summaryrefslogtreecommitdiffstats
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);
/* Long press already detected so not needed here */
#endif
-void splash(int ticks, /* how long */
- bool center, /* FALSE means left-justified, TRUE means
- horizontal and vertical center */
- const char *fmt, /* what to say *printf style */
- ...);
-
#ifdef HAVE_RTC
bool set_time_screen(const char* string, struct tm *tm);
#endif