Skip to content

Commit

Permalink
Fix Desktop Scenes to Remove Dice
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster authored Jul 27, 2023
1 parent 0c738fc commit 054d35d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions applications/services/desktop/scenes/desktop_scene_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#define TAG "DesktopSrv"

#define CLOCK_APP EXT_PATH("apps/Main/dab_timer.fap")
#define DICE_APP EXT_PATH("apps/Games/dice.fap")
#define DOOM_APP EXT_PATH("apps/Games/doom.fap")
#define HEAP_DEFENCE_APP EXT_PATH("apps/Games/heap_defence.fap")
#define IMPROVED_2048_APP EXT_PATH("apps/Games/2048_improved.fap")
Expand Down Expand Up @@ -219,10 +218,6 @@ bool desktop_scene_main_on_event(void* context, SceneManagerEvent event) {
desktop_scene_main_open_app_or_profile(desktop, DOOM_APP);
break;
}
case DesktopMainEventOpenDice: {
desktop_scene_main_open_app_or_profile(desktop, DICE_APP);
break;
}
case DesktopMainEventOpenHeap: {
desktop_scene_main_open_app_or_profile(desktop, HEAP_DEFENCE_APP);
break;
Expand Down

0 comments on commit 054d35d

Please sign in to comment.