summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar@trolltech.com>2009-04-15 09:49:30 (GMT)
committerGunnar Sletta <gunnar@trolltech.com>2009-04-24 06:43:54 (GMT)
commit3ab7dc5d764d41bf828dd76672ca2918b004bad3 (patch)
treecff56f4c9dd052c8623f69368b2cdc41526d1cb2 /src/gui/kernel/qwidget_p.h
parent5423ba187c62ea861ccfcc013fb15fcc4a5ae28d (diff)
downloadQt-3ab7dc5d764d41bf828dd76672ca2918b004bad3.zip
Qt-3ab7dc5d764d41bf828dd76672ca2918b004bad3.tar.gz
Qt-3ab7dc5d764d41bf828dd76672ca2918b004bad3.tar.bz2
Remove the Direct3D engine.
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r--src/gui/kernel/qwidget_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h
index 423e833..c403ccc 100644
--- a/src/gui/kernel/qwidget_p.h
+++ b/src/gui/kernel/qwidget_p.h
@@ -177,11 +177,6 @@ struct QWExtra {
//bit flags at the end to improve packing
#if defined(Q_WS_WIN)
uint shown_mode : 8; // widget show mode
-#ifndef QT_NO_DIRECT3D
- uint had_paint_on_screen : 1;
- uint had_no_system_bg : 1;
- uint had_auto_fill_bg : 1;
-#endif
#endif
#if defined(Q_WS_X11)
uint compress_events : 1;