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