aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/left_panel/board/BoardCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/left_panel/board/BoardCanvas.hpp')
-rw-r--r--src/game_tab/left_panel/board/BoardCanvas.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game_tab/left_panel/board/BoardCanvas.hpp b/src/game_tab/left_panel/board/BoardCanvas.hpp
index 30f0d06..b26526f 100644
--- a/src/game_tab/left_panel/board/BoardCanvas.hpp
+++ b/src/game_tab/left_panel/board/BoardCanvas.hpp
@@ -50,12 +50,6 @@ typedef struct AnimState {
int duration,duration_fast;
/// @brief Animation FPS
std::uint8_t fps;
- /// @brief Board to draw at the end of the animation
- std::string final_board;
- /// @brief Which player is to move at the end of the animation
- bool final_is_black_turn;
- /// @brief Final state of captured pieces at the end of the animation
- std::map<char, std::uint8_t> final_captures;
/// @brief Current animated piece
char piece_moved;
/// @brief Starting point of the animated piece