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