From 5607057ac33ce3b6933697134b20d7ef0b1a43be Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 1 Jan 2023 12:15:08 +0100 Subject: Debug and clean the game tab code --- src/game_tab/left_panel/board/BoardCanvas.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/game_tab/left_panel/board/BoardCanvas.hpp') diff --git a/src/game_tab/left_panel/board/BoardCanvas.hpp b/src/game_tab/left_panel/board/BoardCanvas.hpp index 0ed18a7..30f0d06 100644 --- a/src/game_tab/left_panel/board/BoardCanvas.hpp +++ b/src/game_tab/left_panel/board/BoardCanvas.hpp @@ -12,10 +12,6 @@ // Local events wxDECLARE_EVENT(PLAY_MOVE_EVENT, wxCommandEvent); -// Foreign events -wxDECLARE_EVENT(PREVIOUS_MOVE_EVENT, wxCommandEvent); -wxDECLARE_EVENT(NEXT_MOVE_EVENT, wxCommandEvent); - #define REFRESH_MOUSE_LOCATION() \ { \ const wxPoint pt = wxGetMousePosition(); \ -- cgit v1.2.3