Remove unused desktop debug screen

This commit is contained in:
Willy-JL
2024-02-09 02:40:50 +00:00
parent e878db579c
commit 02d78d1a76
8 changed files with 6 additions and 210 deletions

View File

@@ -112,11 +112,6 @@ bool desktop_scene_main_on_event(void* context, SceneManagerEvent event) {
consumed = true;
break;
case DesktopMainEventOpenDebug:
scene_manager_next_scene(desktop->scene_manager, DesktopSceneDebug);
consumed = true;
break;
case DesktopMainEventOpenArchive:
#ifdef APP_ARCHIVE
desktop_switch_to_app(desktop, &FLIPPER_ARCHIVE);