Remove SampleMediaApp and SampleNavigationApp
[staging/HomeScreen.git] / SampleNavigationApp / main.cpp
diff --git a/SampleNavigationApp/main.cpp b/SampleNavigationApp/main.cpp
deleted file mode 100644 (file)
index b48f94e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "mainwindow.h"
-#include <QApplication>
-
-int main(int argc, char *argv[])
-{
-    QApplication a(argc, argv);
-    MainWindow w;
-    w.show();
-
-    return a.exec();
-}