summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 7a1b3f32bb..60a1537e99 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -43,12 +43,6 @@ bool quick_screen(const int, const int);
43 /* Long press already detected so not needed here */ 43 /* Long press already detected so not needed here */
44#endif 44#endif
45 45
46void splash(int ticks, /* how long */
47 bool center, /* FALSE means left-justified, TRUE means
48 horizontal and vertical center */
49 const char *fmt, /* what to say *printf style */
50 ...);
51
52#ifdef HAVE_RTC 46#ifdef HAVE_RTC
53bool set_time_screen(const char* string, struct tm *tm); 47bool set_time_screen(const char* string, struct tm *tm);
54#endif 48#endif