aboutsummaryrefslogtreecommitdiffstats
path: root/gui/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/main.cpp')
-rw-r--r--gui/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/gui/main.cpp b/gui/main.cpp
deleted file mode 100644
index 81146ee..0000000
--- a/gui/main.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * @file main.cpp
- * @brief Program entry point.
- *
- * Written by Clyne Sullivan.
- */
-
-#include "wxapp.hpp"
-
-#include <wx/app.h>
-
-wxIMPLEMENT_APP(MainApp);
-