summaryrefslogtreecommitdiffstats
path: root/examples/animation/moveblocks/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/moveblocks/main.cpp')
-rw-r--r--examples/animation/moveblocks/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/animation/moveblocks/main.cpp b/examples/animation/moveblocks/main.cpp
index 24e5f051d7..a5aba4549a 100644
--- a/examples/animation/moveblocks/main.cpp
+++ b/examples/animation/moveblocks/main.cpp
@@ -310,13 +310,8 @@ int main(int argc, char **argv)
machine.start();
//![9]
-#if defined(Q_WS_S60) || defined(Q_WS_MAEMO_5)
- window.showMaximized();
- window.fitInView(scene.sceneRect() );
-#else
window.resize(300, 300);
window.show();
-#endif
qsrand(QTime(0,0,0).secsTo(QTime::currentTime()));