diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-04-26 08:42:14 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-04-26 08:42:14 (GMT) |
commit | 89aa90f58e7df3c2f6b0f4b3d2bab65dca9cf140 (patch) | |
tree | 9d809df3b2fa61b664e57c450800eb77bf75eb44 /src/opengl | |
parent | c72b47737a2318b649ee5f03c8e0022305e2d456 (diff) | |
download | Qt-89aa90f58e7df3c2f6b0f4b3d2bab65dca9cf140.zip Qt-89aa90f58e7df3c2f6b0f4b3d2bab65dca9cf140.tar.gz Qt-89aa90f58e7df3c2f6b0f4b3d2bab65dca9cf140.tar.bz2 |
Remove stray qDebug
Reviewed-By: TrustMe
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qgl_x11egl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opengl/qgl_x11egl.cpp b/src/opengl/qgl_x11egl.cpp index c0b1515..9d28de0 100644 --- a/src/opengl/qgl_x11egl.cpp +++ b/src/opengl/qgl_x11egl.cpp @@ -351,7 +351,6 @@ void QGLWidgetPrivate::recreateEglSurface() } if (glcx->d_func()->eglSurface == EGL_NO_SURFACE) { - qDebug("Re-creating the surface"); glcx->d_func()->eglSurface = glcx->d_func()->eglContext->createSurface(q); eglSurfaceWindowId = currentId; } |