From 6f1c5203f14f82b6a10c9756ef1dc39bc8631ec0 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan <clyne@bitgloo.com> Date: Sat, 30 Oct 2021 10:12:07 -0400 Subject: remove gui (now in stmdspgui repo) --- gui/wxmain_devdata.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 gui/wxmain_devdata.h (limited to 'gui/wxmain_devdata.h') diff --git a/gui/wxmain_devdata.h b/gui/wxmain_devdata.h deleted file mode 100644 index 898c756..0000000 --- a/gui/wxmain_devdata.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef WXMAIN_DEVDATA_H_ -#define WXMAIN_DEVDATA_H_ - -#include <array> -#include <wx/string.h> - -extern const std::array<wxString, 6> srateValues; -extern const std::array<unsigned int, 6> srateNums; -extern const char *makefile_text_h7; -extern const char *makefile_text_l4; -extern const char *file_header_h7; -extern const char *file_header_l4; -extern const char *file_content; - -#endif // WXMAIN_DEVDATA_H_ - -- cgit v1.2.3