summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/simpleanchorlayout/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/simpleanchorlayout/main.cpp')
-rw-r--r--examples/graphicsview/simpleanchorlayout/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/graphicsview/simpleanchorlayout/main.cpp b/examples/graphicsview/simpleanchorlayout/main.cpp
index ff1ac2ba59..a909552f6a 100644
--- a/examples/graphicsview/simpleanchorlayout/main.cpp
+++ b/examples/graphicsview/simpleanchorlayout/main.cpp
@@ -127,14 +127,8 @@ int main(int argc, char *argv[])
view->setScene(scene);
view->setWindowTitle(QApplication::translate("simpleanchorlayout", "Simple Anchor Layout"));
-#if defined(Q_OS_SYMBIAN)
- view->showMaximized();
-#elif defined(Q_WS_MAEMO_5)
- view-show();
-#else
view->resize(360, 320);
view->show();
-#endif
return app.exec();
}