From 1afa395c2fe08ed937dbb0624ade48e46be87efe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Jan 2004 09:58:58 +0000 Subject: The splash() function's second argument (keymask) is now removed, as it was not used by any code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4201 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 7598aa3125..3e085cea59 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -330,7 +330,7 @@ static int insert_data_in_file(char *fname, int fpos, char *buf, int num_bytes) static void fileerror(int rc) { - splash(HZ*2, 0, true, "File error: %d", rc); + splash(HZ*2, true, "File error: %d", rc); } static const unsigned char empty_id3_header[] = @@ -352,7 +352,7 @@ static bool vbr_fix(void) int unused_space; if(mpeg_status()) { - splash(HZ*2, 0, true, str(LANG_VBRFIX_STOP_PLAY)); + splash(HZ*2, true, str(LANG_VBRFIX_STOP_PLAY)); return onplay_result; } @@ -473,7 +473,7 @@ static bool vbr_fix(void) { /* Not a VBR file */ DEBUGF("Not a VBR file\n"); - splash(HZ*2, 0, true, str(LANG_VBRFIX_NOT_VBR)); + splash(HZ*2, true, str(LANG_VBRFIX_NOT_VBR)); } return false; -- cgit v1.2.3