summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qmotifstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/styles/qmotifstyle.cpp')
-rw-r--r--src/widgets/styles/qmotifstyle.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/widgets/styles/qmotifstyle.cpp b/src/widgets/styles/qmotifstyle.cpp
index d9be3f3643..c24ff4ff59 100644
--- a/src/widgets/styles/qmotifstyle.cpp
+++ b/src/widgets/styles/qmotifstyle.cpp
@@ -2639,11 +2639,6 @@ QMotifStyle::styleHint(StyleHint hint, const QStyleOption *opt, const QWidget *w
int ret;
switch (hint) {
-#ifdef QT3_SUPPORT
- case SH_GUIStyle:
- ret = Qt::MotifStyle;
- break;
-#endif
case SH_DrawMenuBarSeparator:
ret = true;
break;