summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/elasticnodes/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/elasticnodes/main.cpp')
-rw-r--r--examples/graphicsview/elasticnodes/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/graphicsview/elasticnodes/main.cpp b/examples/graphicsview/elasticnodes/main.cpp
index 9eb8ba11be..1c04057d1e 100644
--- a/examples/graphicsview/elasticnodes/main.cpp
+++ b/examples/graphicsview/elasticnodes/main.cpp
@@ -52,13 +52,6 @@ int main(int argc, char **argv)
QMainWindow mainWindow;
mainWindow.setCentralWidget(widget);
-#if defined(Q_OS_SYMBIAN) || defined(Q_WS_MAEMO_5)
- mainWindow.menuBar()->addAction("Shuffle", widget, SLOT(shuffle()));
- mainWindow.menuBar()->addAction("Zoom In", widget, SLOT(zoomIn()));
- mainWindow.menuBar()->addAction("Zoom Out", widget, SLOT(zoomOut()));
- mainWindow.showMaximized();
-#else
mainWindow.show();
-#endif
return app.exec();
}