summaryrefslogtreecommitdiffstats
path: root/examples/embedded/raycasting/raycasting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/raycasting/raycasting.cpp')
-rw-r--r--examples/embedded/raycasting/raycasting.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/embedded/raycasting/raycasting.cpp b/examples/embedded/raycasting/raycasting.cpp
index 0a50fb0419..f2de58a1c1 100644
--- a/examples/embedded/raycasting/raycasting.cpp
+++ b/examples/embedded/raycasting/raycasting.cpp
@@ -380,12 +380,8 @@ int main(int argc, char **argv)
Raycasting w;
w.setWindowTitle("Raycasting");
-#if defined(Q_OS_SYMBIAN) || defined(Q_OS_WINCE_WM)
- w.showMaximized();
-#else
w.resize(640, 480);
w.show();
-#endif
return app.exec();
}