summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2005-11-16 15:12:15 +0000
committerKevin Ferrare <kevin@rockbox.org>2005-11-16 15:12:15 +0000
commite991beed6df8700b41796c4c14ef786f45fb54c5 (patch)
tree63543693276236f18a91c3de87e2353625eb85dc /apps/screens.h
parent76b75efa060b55bc7cbf66bae3401af57d907440 (diff)
downloadrockbox-e991beed6df8700b41796c4c14ef786f45fb54c5.tar.gz
rockbox-e991beed6df8700b41796c4c14ef786f45fb54c5.zip
replaced all the splash calls by gui_sync_splash, added some missing remote key in the playlist viewer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7909 a1c6a512-1295-4272-9138-f99709370657
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