summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-01 12:18:07 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-01 13:09:30 (GMT)
commit2ed4e4afbb267c407699bbb384af778f84168c2f (patch)
treede69f3e3936a1ca43465d1f7c99839496021fbf7 /src/gui/kernel/qwidget.h
parentd0f43348e5cc88cffa134361313084ce7cc3f30f (diff)
downloadQt-2ed4e4afbb267c407699bbb384af778f84168c2f.zip
Qt-2ed4e4afbb267c407699bbb384af778f84168c2f.tar.gz
Qt-2ed4e4afbb267c407699bbb384af778f84168c2f.tar.bz2
remove unused member from QWidgetData on Windows CE
Reviewed-by: thartman
Diffstat (limited to 'src/gui/kernel/qwidget.h')
-rw-r--r--src/gui/kernel/qwidget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/kernel/qwidget.h b/src/gui/kernel/qwidget.h
index 7e250e2..76418af 100644
--- a/src/gui/kernel/qwidget.h
+++ b/src/gui/kernel/qwidget.h
@@ -133,9 +133,6 @@ public:
int alloc_region_index;
// int alloc_region_revision;
#endif
-#if defined(Q_WS_WINCE)
- uint window_state_internal : 4;
-#endif
QRect wrect;
};