diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 11:13:05 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-25 11:13:05 +0100 |
| commit | 4ffba108e367926f1c254bb1e2f07b6dbace4f32 (patch) | |
| tree | dbd0cb1795622da335035895c1a03c30ed037eeb /src/MainWindow.hpp | |
| parent | 1293b59ed55423671dc204d3cb09822c9c599e55 (diff) | |
Update the db import game feature
Diffstat (limited to 'src/MainWindow.hpp')
| -rw-r--r-- | src/MainWindow.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp index 94131fc..5bff035 100644 --- a/src/MainWindow.hpp +++ b/src/MainWindow.hpp @@ -2,7 +2,6 @@ #include "base_tab/BaseTab.hpp" #include "game_tab/GameTab.hpp" -#include "ochess.hpp" #include <wx/aui/auibook.h> #include <wx/filedlg.h> #include <wx/preferences.h> @@ -35,5 +34,4 @@ class MainWindow : public MainFrame { public: MainWindow(); void ApplyPreferences(); - std::vector<TabInfos *> ListTabInfos(); };
\ No newline at end of file |
