summaryrefslogtreecommitdiffstats
path: root/examples/effects/lighting/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/effects/lighting/main.cpp')
-rw-r--r--examples/effects/lighting/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/effects/lighting/main.cpp b/examples/effects/lighting/main.cpp
index fff3d73f2a..69063a5672 100644
--- a/examples/effects/lighting/main.cpp
+++ b/examples/effects/lighting/main.cpp
@@ -48,12 +48,8 @@ int main(int argc, char **argv)
Lighting lighting;
lighting.setWindowTitle(QT_TRANSLATE_NOOP(QGraphicsView, "Lighting and Shadows"));
-#if defined(Q_OS_SYMBIAN) || defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR)
- lighting.showMaximized();
-#else
lighting.resize(640, 480);
lighting.show();
-#endif
return app.exec();
}