summaryrefslogtreecommitdiffstats
path: root/examples/animation/animatedtiles/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/animatedtiles/main.cpp')
-rw-r--r--examples/animation/animatedtiles/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/animation/animatedtiles/main.cpp b/examples/animation/animatedtiles/main.cpp
index c59c981cb1..55dbd39ec1 100644
--- a/examples/animation/animatedtiles/main.cpp
+++ b/examples/animation/animatedtiles/main.cpp
@@ -210,11 +210,7 @@ int main(int argc, char **argv)
view->setBackgroundBrush(bgPix);
view->setCacheMode(QGraphicsView::CacheBackground);
view->setRenderHints(QPainter::Antialiasing | QPainter::SmoothPixmapTransform);
-#ifdef Q_OS_SYMBIAN
- view->showMaximized();
-#else
view->show();
-#endif
QStateMachine states;
states.addState(rootState);