forked from len0rd/rockbox
Remove duplicate splash when loading a plugin so that the voice clip is only spoken once, thanks to bertrik for spotting.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18157 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
53dd4cc5c0
commit
ac4f857b13
1 changed files with 0 additions and 2 deletions
|
|
@ -535,8 +535,6 @@ int ft_enter(struct tree_context* c)
|
|||
break;
|
||||
}
|
||||
|
||||
gui_syncsplash(0, ID2P(LANG_WAIT));
|
||||
|
||||
if (plugin_load(buf,NULL) == PLUGIN_USB_CONNECTED)
|
||||
{
|
||||
if(*c->dirfilter > NUM_FILTER_MODES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue