summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 873db30a7d..99b8c68eb4 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -2376,9 +2376,6 @@ int playlist_shuffle(int random_seed, int start_index)
2376 playlist->first_index = start_index; 2376 playlist->first_index = start_index;
2377 start_current = true; 2377 start_current = true;
2378 } 2378 }
2379
2380 cond_talk_ids(LANG_WAIT);
2381 gui_syncsplash(0, str(LANG_PLAYLIST_SHUFFLE));
2382 2379
2383 randomise_playlist(playlist, random_seed, start_current, true); 2380 randomise_playlist(playlist, random_seed, start_current, true);
2384 2381