diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-30 10:12:07 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-10-30 10:12:07 -0400 |
commit | 6f1c5203f14f82b6a10c9756ef1dc39bc8631ec0 (patch) | |
tree | 61dac19762297fd9ae1111ba47720b61eff02797 /gui/main.cpp | |
parent | e4a8d6eefc267c3a38d5237205421cbbe6eaebe8 (diff) |
remove gui (now in stmdspgui repo)
Diffstat (limited to 'gui/main.cpp')
-rw-r--r-- | gui/main.cpp | 13 |
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); - |