summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tetrix/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tetrix/main.cpp')
-rw-r--r--examples/widgets/tetrix/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/widgets/tetrix/main.cpp b/examples/widgets/tetrix/main.cpp
index b10764387a..6c30ae5cae 100644
--- a/examples/widgets/tetrix/main.cpp
+++ b/examples/widgets/tetrix/main.cpp
@@ -48,11 +48,7 @@ int main(int argc, char *argv[])
{
QApplication app(argc, argv);
TetrixWindow window;
-#if defined(Q_OS_SYMBIAN)
- window.showMaximized();
-#else
window.show();
-#endif
qsrand(QTime(0,0,0).secsTo(QTime::currentTime()));
return app.exec();
}