summaryrefslogtreecommitdiffstats
path: root/examples/draganddrop/draggabletext/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/draganddrop/draggabletext/main.cpp')
-rw-r--r--examples/draganddrop/draggabletext/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/draganddrop/draggabletext/main.cpp b/examples/draganddrop/draggabletext/main.cpp
index 0ae794b280..4d0a121337 100644
--- a/examples/draganddrop/draggabletext/main.cpp
+++ b/examples/draganddrop/draggabletext/main.cpp
@@ -47,10 +47,6 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
DragWidget window;
-#ifdef Q_OS_SYMBIAN
- window.showMaximized();
-#else
window.show();
-#endif
return app.exec();
}