mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
Remove annoying 'Shuffling' splash
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14811 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
00123cf21a
commit
729388f741
2 changed files with 3 additions and 6 deletions
|
|
@ -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>
|
||||
*: ""
|
||||
|
|
|
|||
|
|
@ -2377,9 +2377,6 @@ int playlist_shuffle(int random_seed, int 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);
|
||||
|
||||
return playlist->index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue