summaryrefslogtreecommitdiff
path: root/src/gui/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/main.cc')
-rw-r--r--src/gui/main.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui/main.cc b/src/gui/main.cc
deleted file mode 100644
index e592da9..0000000
--- a/src/gui/main.cc
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "GUI.h"
-
-#include <QApplication>
-
-int main(int argc, char *argv[])
-{
- QApplication a(argc, argv);
- GUI w;
- w.show();
- return a.exec();
-}