forked from len0rd/rockbox
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
This commit is contained in:
parent
fe706d2754
commit
1afa395c2f
18 changed files with 95 additions and 100 deletions
|
|
@ -125,7 +125,7 @@ void display_keylock_text(bool locked)
|
|||
else
|
||||
s = str(LANG_KEYLOCK_OFF_RECORDER);
|
||||
#endif
|
||||
splash(HZ, 0, true, s);
|
||||
splash(HZ, true, s);
|
||||
}
|
||||
|
||||
void display_mute_text(bool muted)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue