Remove annoying 'Shuffling' splash

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14811 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-09-21 23:29:57 +00:00
parent 00123cf21a
commit 729388f741
2 changed files with 3 additions and 6 deletions

View file

@ -245,13 +245,13 @@
</phrase>
<phrase>
id: LANG_PLAYLIST_SHUFFLE
desc: displayed on screen while shuffling a playlist
desc: DEPRECATED
user:
<source>
*: "Shuffling..."
*: ""
</source>
<dest>
*: "Shuffling..."
*: ""
</dest>
<voice>
*: ""

View file

@ -2376,9 +2376,6 @@ int playlist_shuffle(int random_seed, int start_index)
playlist->first_index = start_index;
start_current = true;
}
cond_talk_ids(LANG_WAIT);
gui_syncsplash(0, str(LANG_PLAYLIST_SHUFFLE));
randomise_playlist(playlist, random_seed, start_current, true);