summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-01 14:18:07 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-01 15:09:30 +0200
commit2ed4e4afbb267c407699bbb384af778f84168c2f (patch)
treede69f3e3936a1ca43465d1f7c99839496021fbf7 /src/gui/kernel/qwidget.h
parentd0f43348e5cc88cffa134361313084ce7cc3f30f (diff)
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 7e250e2ea9..76418af1bb 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;
};