From 6f5a704992f998356749b2bac6573306a96795ac Mon Sep 17 00:00:00 2001 From: Moshe Sherman Date: Sat, 13 Jan 2024 18:09:47 +0200 Subject: [PATCH] remove old code that was forgotten in refactor --- src/sb.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sb.c b/src/sb.c index b997bfa..d55a139 100644 --- a/src/sb.c +++ b/src/sb.c @@ -213,11 +213,6 @@ void on_mouse_motion(Board *board) { return; } - if (board->state == STATE_ERASING) { - // not implemented yet - return; - } - // it is now guaranteed that board->state == STATE_DRAWING board_update_mouse_state(board);