summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 4d7704f7d5..8037900846 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -40,11 +40,6 @@ int mmc_remove_request(void);
40bool pitch_screen(void); 40bool pitch_screen(void);
41#endif 41#endif
42 42
43#ifdef BUTTON_F3
44extern bool quick_screen_f3(int button_enter);
45#endif
46extern bool quick_screen_quick(int button_enter);
47
48#if CONFIG_RTC 43#if CONFIG_RTC
49bool set_time_screen(const char* title, struct tm *tm); 44bool set_time_screen(const char* title, struct tm *tm);
50#endif 45#endif