Skip to content

Commit

Permalink
Remove unused listener code
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Jan 29, 2024
1 parent e12395e commit 95fe243
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class BottomAppBarItemClickListener(

override fun onMenuItemClick(menuItem: MenuItem): Boolean {
when (menuItem.itemId) {
R.id.hintOrNewGame -> mainActivity.checkProgressOrStartNewGame()
R.id.undo -> game.undoOneStep()
R.id.eraser -> game.eraseSelectedCell()
R.id.simulate_game_solved -> game.solveAllMissingCells()
Expand Down

0 comments on commit 95fe243

Please sign in to comment.