Changed file structure and removed useless output files.
[speedfreak] / UI / main.cpp
diff --git a/UI/main.cpp b/UI/main.cpp
deleted file mode 100644 (file)
index 66ab41e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <QtGui/QApplication>
-#include <QStyleFactory>
-#include "carmainwindow.h"
-
-int main(int argc, char *argv[])
-{
-    QApplication a(argc, argv);
-    CarMainWindow w;
-    w.show();
-    return a.exec();
-}