summaryrefslogtreecommitdiffstats
path: root/examples/nfc/ndefeditor/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc/ndefeditor/main.cpp')
-rw-r--r--examples/nfc/ndefeditor/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/nfc/ndefeditor/main.cpp b/examples/nfc/ndefeditor/main.cpp
index 85fd0791..05bc2bb1 100644
--- a/examples/nfc/ndefeditor/main.cpp
+++ b/examples/nfc/ndefeditor/main.cpp
@@ -46,11 +46,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
MainWindow w;
-#if defined(Q_WS_S60) || defined(Q_WS_MAEMO_6) || defined(Q_WS_MEEGO)
- w.showFullScreen();
-#else
w.show();
-#endif
return a.exec();
}