diff options
Diffstat (limited to 'core/src/UI/UI_Export.cpp')
-rw-r--r-- | core/src/UI/UI_Export.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/src/UI/UI_Export.cpp b/core/src/UI/UI_Export.cpp deleted file mode 100644 index 06b49f5..0000000 --- a/core/src/UI/UI_Export.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "UI.hpp" - -#include "UI/Localization.hpp" - -#include <imgui.h> - -void UI::ExportTab() { - // TODO -} |