summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/anchorlayout/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/anchorlayout/main.cpp')
-rw-r--r--examples/graphicsview/anchorlayout/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/graphicsview/anchorlayout/main.cpp b/examples/graphicsview/anchorlayout/main.cpp
index f9f93fb961..d19dd38f74 100644
--- a/examples/graphicsview/anchorlayout/main.cpp
+++ b/examples/graphicsview/anchorlayout/main.cpp
@@ -123,11 +123,7 @@ int main(int argc, char **argv)
scene.setBackgroundBrush(Qt::darkGreen);
QGraphicsView view(&scene);
-#if defined(Q_WS_S60)
- view.showMaximized();
-#else
view.show();
-#endif
return app.exec();
}