summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.cpp
diff options
context:
space:
mode:
authorFabien Freling <fabien.freling@nokia.com>2011-02-23 15:33:40 (GMT)
committerFabien Freling <fabien.freling@nokia.com>2011-02-23 15:39:06 (GMT)
commitb4079c3d3891331ee635f8578740b8fcf2f06ac5 (patch)
treec68fd28347e86c2423f6d9eca51811d0539b6021 /src/gui/kernel/qwidget.cpp
parentcf13f99d32df6c42c5d421da41ef35e815fb46ac (diff)
downloadQt-b4079c3d3891331ee635f8578740b8fcf2f06ac5.zip
Qt-b4079c3d3891331ee635f8578740b8fcf2f06ac5.tar.gz
Qt-b4079c3d3891331ee635f8578740b8fcf2f06ac5.tar.bz2
Remove useless variable.
Reviewed-by: Richard Moe Gustavsen
Diffstat (limited to 'src/gui/kernel/qwidget.cpp')
-rw-r--r--src/gui/kernel/qwidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget.cpp b/src/gui/kernel/qwidget.cpp
index 51ced44..407af02 100644
--- a/src/gui/kernel/qwidget.cpp
+++ b/src/gui/kernel/qwidget.cpp
@@ -326,7 +326,6 @@ QWidgetPrivate::QWidgetPrivate(int version)
drawRectOriginalAdded = false;
originalDrawMethod = true;
changeMethods = false;
- hasOwnContext = false;
isInUnifiedToolbar = false;
unifiedSurface = 0;
toolbar_ancestor = 0;