summaryrefslogtreecommitdiffstats
path: root/examples/draganddrop/puzzle/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/draganddrop/puzzle/main.cpp')
-rw-r--r--examples/draganddrop/puzzle/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/draganddrop/puzzle/main.cpp b/examples/draganddrop/puzzle/main.cpp
index b432ddc40e..60341948ab 100644
--- a/examples/draganddrop/puzzle/main.cpp
+++ b/examples/draganddrop/puzzle/main.cpp
@@ -49,10 +49,6 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
MainWindow window;
window.openImage(":/images/example.jpg");
-#ifdef Q_OS_SYMBIAN
- window.showMaximized();
-#else
window.show();
-#endif
return app.exec();
}