From ac4f857b13b2696f5b7c35bc14fa56e6a68fe701 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Wed, 30 Jul 2008 20:37:00 +0000 Subject: 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 --- apps/filetree.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/filetree.c') diff --git a/apps/filetree.c b/apps/filetree.c index 8649dc46cc..dd3cb5452d 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -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) -- cgit v1.2.3