summaryrefslogtreecommitdiffstats
path: root/examples/slideshow/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/slideshow/main.cpp')
-rw-r--r--examples/slideshow/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/slideshow/main.cpp b/examples/slideshow/main.cpp
index 665c0490d..cd31372af 100644
--- a/examples/slideshow/main.cpp
+++ b/examples/slideshow/main.cpp
@@ -47,11 +47,7 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
SlideShow slideShow;
-#ifdef Q_OS_SYMBIAN
- slideShow.showMaximized();
-#else
slideShow.show();
-#endif
return app.exec();
}