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
|
|
@ -861,7 +861,7 @@ static bool dirbrowse(char *root, int *dirfilter)
|
|||
|
||||
if (*dirfilter > NUM_FILTER_MODES && numentries==0)
|
||||
{
|
||||
splash(HZ*2, 0, true, str(LANG_NO_FILES));
|
||||
splash(HZ*2, true, str(LANG_NO_FILES));
|
||||
return false; /* No files found for rockbox_browser() */
|
||||
}
|
||||
|
||||
|
|
@ -1060,7 +1060,7 @@ static bool dirbrowse(char *root, int *dirfilter)
|
|||
if(!lang_load(buf)) {
|
||||
set_file(buf, global_settings.lang_file,
|
||||
MAX_FILENAME);
|
||||
splash(HZ, 0, true, str(LANG_LANGUAGE_LOADED));
|
||||
splash(HZ, true, str(LANG_LANGUAGE_LOADED));
|
||||
restore = true;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue