mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55: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>
|
||||||
<phrase>
|
<phrase>
|
||||||
id: LANG_PLAYLIST_SHUFFLE
|
id: LANG_PLAYLIST_SHUFFLE
|
||||||
desc: displayed on screen while shuffling a playlist
|
desc: DEPRECATED
|
||||||
user:
|
user:
|
||||||
<source>
|
<source>
|
||||||
*: "Shuffling..."
|
*: ""
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: "Shuffling..."
|
*: ""
|
||||||
</dest>
|
</dest>
|
||||||
<voice>
|
<voice>
|
||||||
*: ""
|
*: ""
|
||||||
|
|
|
||||||
|
|
@ -2376,9 +2376,6 @@ int playlist_shuffle(int random_seed, int start_index)
|
||||||
playlist->first_index = start_index;
|
playlist->first_index = start_index;
|
||||||
start_current = true;
|
start_current = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
cond_talk_ids(LANG_WAIT);
|
|
||||||
gui_syncsplash(0, str(LANG_PLAYLIST_SHUFFLE));
|
|
||||||
|
|
||||||
randomise_playlist(playlist, random_seed, start_current, true);
|
randomise_playlist(playlist, random_seed, start_current, true);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue