aboutsummaryrefslogtreecommitdiff
path: root/src/MainWindow.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-25 11:13:05 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-25 11:13:05 +0100
commit4ffba108e367926f1c254bb1e2f07b6dbace4f32 (patch)
treedbd0cb1795622da335035895c1a03c30ed037eeb /src/MainWindow.hpp
parent1293b59ed55423671dc204d3cb09822c9c599e55 (diff)
Update the db import game feature
Diffstat (limited to 'src/MainWindow.hpp')
-rw-r--r--src/MainWindow.hpp2
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