From e991beed6df8700b41796c4c14ef786f45fb54c5 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Wed, 16 Nov 2005 15:12:15 +0000 Subject: 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 --- apps/screens.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/screens.h') 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 -- cgit v1.2.3