summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/flowlayout/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/flowlayout/main.cpp')
-rw-r--r--examples/graphicsview/flowlayout/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/graphicsview/flowlayout/main.cpp b/examples/graphicsview/flowlayout/main.cpp
index 8f5a0faede..88bbb79d4c 100644
--- a/examples/graphicsview/flowlayout/main.cpp
+++ b/examples/graphicsview/flowlayout/main.cpp
@@ -50,12 +50,8 @@ int main(int argc, char **argv)
Window *w = new Window;
scene.addItem(w);
-#if defined(Q_OS_SYMBIAN)
- view->showMaximized();
-#else
view->resize(400, 300);
view->show();
-#endif
return app.exec();
}