summaryrefslogtreecommitdiff
path: root/examples/richtext/textobject/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/richtext/textobject/main.cpp')
-rw-r--r--examples/richtext/textobject/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/richtext/textobject/main.cpp b/examples/richtext/textobject/main.cpp
index cfe372f..e906ca6 100644
--- a/examples/richtext/textobject/main.cpp
+++ b/examples/richtext/textobject/main.cpp
@@ -47,10 +47,6 @@ int main(int argv, char **args)
QApplication app(argv, args);
Window window;
-#if defined(Q_OS_SYMBIAN)
- window.showMaximized();
-#else
window.show();
-#endif
return app.exec();
}