From 3bec014a331152b111b4eecb4864ba26d2ab9ae3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 10 Jan 2023 17:18:40 +0100 Subject: Update chessarbiter and finish the implementation of pawns promotions --- src/game_tab/left_panel/board/BoardCanvas.hpp | 1 - 1 file changed, 1 deletion(-) (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 efd917b..a7193f3 100644 --- a/src/game_tab/left_panel/board/BoardCanvas.hpp +++ b/src/game_tab/left_panel/board/BoardCanvas.hpp @@ -12,7 +12,6 @@ // Local events wxDECLARE_EVENT(PLAY_MOVE_EVENT, wxCommandEvent); -wxDECLARE_EVENT(PLAY_PROMOTE, wxCommandEvent); #define REFRESH_MOUSE_LOCATION() \ { \ -- cgit v1.2.3