diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 9f973e6146..f510597ad2 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -39,7 +39,6 @@ #include "audio.h" #include "settings.h" #include "list.h" -#include "statusbar.h" #include "dir.h" #include "panic.h" #include "screens.h" diff --git a/apps/screens.h b/apps/screens.h index b505dcb79b..3322ce53e7 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -39,7 +39,6 @@ int mmc_remove_request(void); bool set_time_screen(const char* title, struct tm *tm, bool set_date); #endif -bool shutdown_screen(void); bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount); int view_runtime(void);