summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-08 09:58:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-08 09:58:58 +0000
commit1afa395c2fe08ed937dbb0624ade48e46be87efe (patch)
tree621bd3dcf4c1250790f6cf414645d36611684b79 /apps/screens.h
parentfe706d2754220794d6a22370424391e146b75c95 (diff)
downloadrockbox-1afa395c2fe08ed937dbb0624ade48e46be87efe.tar.gz
rockbox-1afa395c2fe08ed937dbb0624ade48e46be87efe.zip
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
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h1
1 files changed, 0 insertions, 1 deletions
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);
31#endif 31#endif
32 32
33void splash(int ticks, /* how long */ 33void splash(int ticks, /* how long */
34 int keymask,/* what keymask aborts the waiting (if any) */
35 bool center, /* FALSE means left-justified, TRUE means 34 bool center, /* FALSE means left-justified, TRUE means
36 horizontal and vertical center */ 35 horizontal and vertical center */
37 char *fmt, /* what to say *printf style */ 36 char *fmt, /* what to say *printf style */