Remove unused isGLWidget variable.

Change-Id: I9d1a0edfce3d13ed56916b7301098aa5fbe0bc40
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
Kim Motoyoshi Kalland 2012-05-31 18:31:09 +02:00 committed by Qt by Nokia
parent 8dd443034d
commit 524d47b3f5
3 changed files with 0 additions and 3 deletions

View File

@ -135,7 +135,6 @@ public:
QGLWidgetPrivate() : QWidgetPrivate()
, disable_clear_on_painter_begin(false)
{
isGLWidget = 1;
}
~QGLWidgetPrivate() {}

View File

@ -262,7 +262,6 @@ QWidgetPrivate::QWidgetPrivate(int version)
, inDirtyList(0)
, isScrolled(0)
, isMoved(0)
, isGLWidget(0)
, usesDoubleBufferedGLContext(0)
#ifndef QT_NO_IM
, inheritsInputMethodHints(0)

View File

@ -689,7 +689,6 @@ public:
uint inDirtyList : 1;
uint isScrolled : 1;
uint isMoved : 1;
uint isGLWidget : 1;
uint usesDoubleBufferedGLContext : 1;
#ifndef QT_NO_IM
uint inheritsInputMethodHints : 1;