From 4ffba108e367926f1c254bb1e2f07b6dbace4f32 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Dec 2022 11:13:05 +0100 Subject: Update the db import game feature --- src/MainWindow.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/MainWindow.hpp') 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 #include #include @@ -35,5 +34,4 @@ class MainWindow : public MainFrame { public: MainWindow(); void ApplyPreferences(); - std::vector ListTabInfos(); }; \ No newline at end of file -- cgit v1.2.3