summaryrefslogtreecommitdiffstats
path: root/examples/audiorecorder/main.cpp
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-07-19 10:40:05 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-19 03:06:23 +0200
commiteccb43d73c08b85bab89d8f632d423b63592e14f (patch)
treee16b44f1548a48f49b64c58263dd067b67232a8e /examples/audiorecorder/main.cpp
parent1403a1c7be7892ad4d1c5d04c143a318055fb36b (diff)
Remove a few more obsolete parts.
Change-Id: I3a001f01ab7fd8cf63452126037b98c1b01df80d Reviewed-on: http://codereview.qt.nokia.com/1797 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
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 7dee4f8..aff3604 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();
};