From f989339664f9e25633920a308a2792ce6ac0f453 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Tue, 12 Apr 2022 21:05:27 +0200 Subject: Remove dead code Change-Id: If31a99e6488dabab47d482637b2609ff829df1ca --- apps/debug_menu.c | 1 - apps/screens.h | 1 - 2 files changed, 2 deletions(-) (limited to 'apps') 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); -- cgit v1.2.3