Folder Structure Modeifications
[photoenhancer] / src / main.cpp
diff --git a/src/main.cpp b/src/main.cpp
deleted file mode 100644 (file)
index 2edf9a0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <QtGui/QApplication>
-#include "appwindow.h"
-
-int main(int argc, char *argv[])
-{
-    QApplication a(argc, argv);
-    AppWindow w;
-    w.show();
-
-    return a.exec();
-}