Skip to content

Commit

Permalink
remove old code that was forgotten in refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshrmn committed Jan 13, 2024
1 parent c25e913 commit 6f5a704
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 6f5a704

Please sign in to comment.