summaryrefslogtreecommitdiffstats
path: root/examples/spectrum/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/spectrum/app/main.cpp')
-rw-r--r--examples/spectrum/app/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/spectrum/app/main.cpp b/examples/spectrum/app/main.cpp
index 0e7c457b1..ca4f078db 100644
--- a/examples/spectrum/app/main.cpp
+++ b/examples/spectrum/app/main.cpp
@@ -47,11 +47,7 @@ int main(int argc, char **argv)
app.setApplicationName("QtMultimediaKit spectrum analyzer");
MainWidget w;
-#ifdef Q_OS_SYMBIAN
- w.showMaximized();
-#else
w.show();
-#endif
return app.exec();
}