summaryrefslogtreecommitdiffstats
path: root/src/opengl
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2012-05-31 18:31:09 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-01 13:06:56 +0200
commit524d47b3f5653d7643635092a03b7539d59c43e3 (patch)
tree2c2a54ef68b101502a5016cdd2d9085b4a9b1ee6 /src/opengl
parent8dd443034dda9505282b625b9895b15e1ac9a27d (diff)
Remove unused isGLWidget variable.
Change-Id: I9d1a0edfce3d13ed56916b7301098aa5fbe0bc40 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/opengl')
-rw-r--r--src/opengl/qgl_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h
index fb503a31f1..b0a430551f 100644
--- a/src/opengl/qgl_p.h
+++ b/src/opengl/qgl_p.h
@@ -135,7 +135,6 @@ public:
QGLWidgetPrivate() : QWidgetPrivate()
, disable_clear_on_painter_begin(false)
{
- isGLWidget = 1;
}
~QGLWidgetPrivate() {}