summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/debug_menu.c1
-rw-r--r--apps/screens.h1
2 files changed, 0 insertions, 2 deletions
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 @@
39#include "audio.h" 39#include "audio.h"
40#include "settings.h" 40#include "settings.h"
41#include "list.h" 41#include "list.h"
42#include "statusbar.h"
43#include "dir.h" 42#include "dir.h"
44#include "panic.h" 43#include "panic.h"
45#include "screens.h" 44#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);
39bool set_time_screen(const char* title, struct tm *tm, bool set_date); 39bool set_time_screen(const char* title, struct tm *tm, bool set_date);
40#endif 40#endif
41 41
42bool shutdown_screen(void);
43bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount); 42bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount);
44int view_runtime(void); 43int view_runtime(void);
45 44