aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmleasing/qmleasing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/qmleasing/qmleasing.cpp')
-rw-r--r--examples/embedded/qmleasing/qmleasing.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/embedded/qmleasing/qmleasing.cpp b/examples/embedded/qmleasing/qmleasing.cpp
index 38c457d376..3e24546b4a 100644
--- a/examples/embedded/qmleasing/qmleasing.cpp
+++ b/examples/embedded/qmleasing/qmleasing.cpp
@@ -58,11 +58,6 @@ int main(int argc, char *argv[])
QApplication::setNavigationMode(Qt::NavigationModeCursorAuto);
#endif // QT_KEYPAD_NAVIGATION
-#if defined(Q_OS_SYMBIAN)
- view.showFullScreen();
-#else // Q_OS_SYMBIAN
view.show();
-#endif // Q_OS_SYMBIAN
-
return application.exec();
}