summaryrefslogtreecommitdiffstats
path: root/LogReceiver/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LogReceiver/main.cpp')
-rw-r--r--LogReceiver/main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/LogReceiver/main.cpp b/LogReceiver/main.cpp
deleted file mode 100644
index a8cd960..0000000
--- a/LogReceiver/main.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "ndgui.h"
-
-#include <QtGui>
-#include <QApplication>
-
-int main(int argc, char *argv[])
-{
- QApplication a(argc, argv);
- ndgui w;
- w.show();
- return a.exec();
-}