summaryrefslogtreecommitdiffstats
path: root/examples/painting/painterpaths/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/painterpaths/main.cpp')
-rw-r--r--examples/painting/painterpaths/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/painting/painterpaths/main.cpp b/examples/painting/painterpaths/main.cpp
index 4a43828d45..f2079f511b 100644
--- a/examples/painting/painterpaths/main.cpp
+++ b/examples/painting/painterpaths/main.cpp
@@ -46,10 +46,6 @@ int main(int argc, char *argv[])
{
QApplication app(argc, argv);
Window window;
-#if defined(Q_OS_SYMBIAN)
- window.showMaximized();
-#else
window.show();
-#endif
return app.exec();
}