diff options
author | Peter Elliott <pelliott@ualberta.ca> | 2020-08-11 21:13:48 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-15 20:54:02 +0200 |
commit | 9d4047272188ea21261db551dfa9cc90cff51530 (patch) | |
tree | 96c0ccd6f3519f8fd3960b8d967120a8bd9ccc89 /Games/Chess/ChessWidget.h | |
parent | e91542a3cf863d4f9dc1714e774cda52506aad41 (diff) | |
download | serenity-9d4047272188ea21261db551dfa9cc90cff51530.zip |
Chess: Add En-passant
Diffstat (limited to 'Games/Chess/ChessWidget.h')
-rw-r--r-- | Games/Chess/ChessWidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Games/Chess/ChessWidget.h b/Games/Chess/ChessWidget.h index 51608d0061..5762ea2e58 100644 --- a/Games/Chess/ChessWidget.h +++ b/Games/Chess/ChessWidget.h @@ -83,5 +83,4 @@ private: Gfx::IntPoint m_drag_point; bool m_dragging_piece { false }; bool m_drag_enabled { true }; - Optional<Chess::Move> m_last_move; }; |