From 94b4a8bb9a488360abd2f851eb777f50706b040d Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 1 Aug 2011 08:38:32 +0000 Subject: revert r30226, which is apparently broken. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30232 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/playback.c') diff --git a/apps/playback.c b/apps/playback.c index 19e7e12..fe9bd57 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -3796,8 +3796,4 @@ void audio_init(void) #endif codec_thread_resume(); thread_thaw(audio_thread_id); - - /* Load the old playlist, to ensure that behaviour with and without - * rebooting is consistent */ - playlist_resume(); } -- cgit v1.1