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

@@ -292,7 +292,6 @@ Desktop* desktop_alloc() {
desktop->view_dispatcher, desktop_back_event_callback);
desktop->lock_menu = desktop_lock_menu_alloc();
desktop->debug_view = desktop_debug_alloc();
desktop->hw_mismatch_popup = popup_alloc();
desktop->locked_view = desktop_view_locked_alloc();
desktop->pin_input_view = desktop_view_pin_input_alloc();
@@ -326,8 +325,6 @@ Desktop* desktop_alloc() {
desktop->view_dispatcher,
DesktopViewIdLockMenu,
desktop_lock_menu_get_view(desktop->lock_menu));
view_dispatcher_add_view(
desktop->view_dispatcher, DesktopViewIdDebug, desktop_debug_get_view(desktop->debug_view));
view_dispatcher_add_view(
desktop->view_dispatcher,
DesktopViewIdHwMismatch,