summaryrefslogtreecommitdiffstats
path: root/examples/animation/easing/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/easing/main.cpp')
-rw-r--r--examples/animation/easing/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/animation/easing/main.cpp b/examples/animation/easing/main.cpp
index 0d63a3136e..7936810812 100644
--- a/examples/animation/easing/main.cpp
+++ b/examples/animation/easing/main.cpp
@@ -47,14 +47,8 @@ int main(int argc, char **argv)
QApplication app(argc, argv);
Window w;
-#if defined(Q_OS_SYMBIAN)
- w.showMaximized();
-#elif defined(Q_WS_MAEMO_5) || defined(Q_WS_SIMULATOR)
- w.show();
-#else
w.resize(400, 400);
w.show();
-#endif
return app.exec();
}