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/screens.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/screens.h') diff --git a/apps/screens.h b/apps/screens.h index 89bd3c39d8..fdd5df1c68 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -31,7 +31,6 @@ bool f3_screen(void); #endif void splash(int ticks, /* how long */ - int keymask,/* what keymask aborts the waiting (if any) */ bool center, /* FALSE means left-justified, TRUE means horizontal and vertical center */ char *fmt, /* what to say *printf style */ -- cgit v1.2.3