aboutsummaryrefslogtreecommitdiff
path: root/src/base_tab/AppendGameDialog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base_tab/AppendGameDialog.hpp')
-rw-r--r--src/base_tab/AppendGameDialog.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/base_tab/AppendGameDialog.hpp b/src/base_tab/AppendGameDialog.hpp
deleted file mode 100644
index 99e4899..0000000
--- a/src/base_tab/AppendGameDialog.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "gamebase/GameBase.hpp"
-
-class AppendGameDialog : public DialogAppendGame {
- std::shared_ptr<GameBase> base; // Should not be destroy
- std::vector<TabInfos *> tinfos;
-
-public:
- AppendGameDialog(wxWindow *parent, std::shared_ptr<GameBase> base);
- void OnCancel(wxCommandEvent &event);
- void OnImport(wxCommandEvent &event);
- void OnClose(wxCloseEvent &e);
-}; \ No newline at end of file