summaryrefslogtreecommitdiffstats
path: root/examples/mainwindows/recentfiles/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mainwindows/recentfiles/main.cpp')
-rw-r--r--examples/mainwindows/recentfiles/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/mainwindows/recentfiles/main.cpp b/examples/mainwindows/recentfiles/main.cpp
index 37891b3983..3bbf0137c1 100644
--- a/examples/mainwindows/recentfiles/main.cpp
+++ b/examples/mainwindows/recentfiles/main.cpp
@@ -48,10 +48,6 @@ int main(int argc, char *argv[])
app.setOrganizationName("Trolltech");
app.setApplicationName("Recent Files Example");
MainWindow *mainWin = new MainWindow;
-#if defined(Q_OS_SYMBIAN)
- mainWin->showMaximized();
-#else
mainWin->show();
-#endif
return app.exec();
}