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/wxmain_devdata.h | |
parent | e4a8d6eefc267c3a38d5237205421cbbe6eaebe8 (diff) |
remove gui (now in stmdspgui repo)
Diffstat (limited to 'gui/wxmain_devdata.h')
-rw-r--r-- | gui/wxmain_devdata.h | 16 |
1 files changed, 0 insertions, 16 deletions
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_ - |