summaryrefslogtreecommitdiffstats
path: root/examples/audiodevices/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/audiodevices/main.cpp')
-rw-r--r--examples/audiodevices/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/audiodevices/main.cpp b/examples/audiodevices/main.cpp
index 451be57b9..7ba26ea16 100644
--- a/examples/audiodevices/main.cpp
+++ b/examples/audiodevices/main.cpp
@@ -48,11 +48,7 @@ int main(int argv, char **args)
app.setApplicationName("Audio Device Test");
AudioTest audio;
-#ifdef Q_OS_SYMBIAN
- audio.showMaximized();
-#else
audio.show();
-#endif
return app.exec();
}