summaryrefslogtreecommitdiffstats
path: root/examples/effects/blurpicker/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/effects/blurpicker/main.cpp')
-rw-r--r--examples/effects/blurpicker/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/effects/blurpicker/main.cpp b/examples/effects/blurpicker/main.cpp
index 5138fccfcf..2fbe1f139f 100644
--- a/examples/effects/blurpicker/main.cpp
+++ b/examples/effects/blurpicker/main.cpp
@@ -48,12 +48,8 @@ int main(int argc, char **argv)
BlurPicker blurPicker;
blurPicker.setWindowTitle(QT_TRANSLATE_NOOP(QGraphicsView, "Application Picker"));
-#if defined(Q_WS_S60) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR)
- blurPicker.showMaximized();
-#else
blurPicker.setFixedSize(400, 300);
blurPicker.show();
-#endif
return app.exec();
}