Skip to content

Commit

Permalink
Removed timer functionality from start screen
Browse files Browse the repository at this point in the history
  • Loading branch information
squee72564 committed Jan 6, 2024
1 parent b6760ee commit 7274237
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scenes/start_screen_scene.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ void minesweeper_scene_start_screen_on_enter(void* context) {

start_screen_set_context(app->start_screen, app);

// Set callbacks
//start_screen_set_timer_callback(app->start_screen, minesweeper_scene_start_screen_timer_callback);

start_screen_set_input_callback(
app->start_screen,
minesweeper_scene_start_screen_input_callback);
Expand Down

0 comments on commit 7274237

Please sign in to comment.