Skip to content

Commit

Permalink
app: drop leftover ui_can_new_game()
Browse files Browse the repository at this point in the history
  • Loading branch information
jnikula committed Mar 23, 2024
1 parent 209ac48 commit 20f2ff4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
ui_page = UiPage.PLAY;
}
function ui_can_new_game(): boolean {
return $names.all_valid();
}
function ui_new_game(): void {
if (!$names.can_new_game())
return;
Expand Down

0 comments on commit 20f2ff4

Please sign in to comment.