diff options
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_ - |