summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/schema/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xmlpatterns/schema/main.cpp')
-rw-r--r--examples/xmlpatterns/schema/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/xmlpatterns/schema/main.cpp b/examples/xmlpatterns/schema/main.cpp
index 39094be..99c50d6 100644
--- a/examples/xmlpatterns/schema/main.cpp
+++ b/examples/xmlpatterns/schema/main.cpp
@@ -47,11 +47,7 @@ int main(int argc, char* argv[])
Q_INIT_RESOURCE(schema);
QApplication app(argc, argv);
MainWindow* const window = new MainWindow;
-#ifdef Q_OS_SYMBIAN
- window->showMaximized();
-#else
window->show();
-#endif
return app.exec();
}
//! [0]