diff options
author | Fabien Freling <fabien.freling@nokia.com> | 2011-01-31 12:42:38 (GMT) |
---|---|---|
committer | Fabien Freling <fabien.freling@nokia.com> | 2011-01-31 13:25:29 (GMT) |
commit | 5aa2ea5ef204caee97de1b9ea6533a5382075147 (patch) | |
tree | 1ba547bd13e91b312819e8ea5f7dbf0bcaccecbc /src/gui | |
parent | 0b1b6859e7127cd68c262e240e305df03a9e0ef5 (diff) | |
download | Qt-5aa2ea5ef204caee97de1b9ea6533a5382075147.zip Qt-5aa2ea5ef204caee97de1b9ea6533a5382075147.tar.gz Qt-5aa2ea5ef204caee97de1b9ea6533a5382075147.tar.bz2 |
Remove useless variables.
Reviewed-by: Richard Moe Gustavsen
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kernel/qwidget_p.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h index 4e91358..921cf03 100644 --- a/src/gui/kernel/qwidget_p.h +++ b/src/gui/kernel/qwidget_p.h @@ -854,9 +854,6 @@ public: bool hasOwnContext; // Unified toolbar variables - CGContextRef cgContext; - QRegion ut_rg; - QPoint ut_pt; bool isInUnifiedToolbar; QWindowSurface *unifiedSurface; QPoint toolbar_offset; |