forked from len0rd/rockbox
splash: splashf() should be voiced if given an IDPTR
Most calls to splashf() use str(IDNUM), those can be safely moved to ID2P(IDNUM) now. Those will follow. This change effectively makes splash() a simple wrapper around splashf() so just make it into a #define instead.. Change-Id: I820e74e34cb4be3f523b25ce3f5dcc341bdba3e4
This commit is contained in:
parent
4ab056ab15
commit
622ff574e7
4 changed files with 10 additions and 16 deletions
|
|
@ -184,7 +184,6 @@ static const struct plugin_api rockbox_api = {
|
|||
language_strings,
|
||||
&core_bitmaps[0],
|
||||
/* lcd */
|
||||
splash,
|
||||
splashf,
|
||||
splash_progress,
|
||||
splash_progress_set_delay,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue