diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-10 17:18:40 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-10 17:18:40 +0100 |
| commit | 3bec014a331152b111b4eecb4864ba26d2ab9ae3 (patch) | |
| tree | f1f524e69d27ea10e5dbab6c8a6a66007f78545b /src/game_tab/left_panel/board/BoardCanvas.hpp | |
| parent | b7e48fe351005700d779210a6dcf68158d4266fe (diff) | |
Update chessarbiter and finish the implementation of pawns promotions
Diffstat (limited to 'src/game_tab/left_panel/board/BoardCanvas.hpp')
| -rw-r--r-- | src/game_tab/left_panel/board/BoardCanvas.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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() \ { \ |
