summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/screens.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 38fef14d60..56e2f36b25 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -38,10 +38,6 @@ void charging_splash(void);
38int mmc_remove_request(void); 38int mmc_remove_request(void);
39#endif 39#endif
40 40
41#ifdef HAVE_PITCHSCREEN
42bool pitch_screen(void);
43#endif
44
45#if CONFIG_RTC 41#if CONFIG_RTC
46bool set_time_screen(const char* title, struct tm *tm); 42bool set_time_screen(const char* title, struct tm *tm);
47#endif 43#endif