From 32e27d93e883384cffb846998119ecdfd9b8fed7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sun, 27 Jun 2004 01:05:40 +0000 Subject: The status bar now keeps track of the mpeg status, instead of having to call status_set_playmode() all the time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4805 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 7873941af6..c54d9bce6f 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -138,7 +138,6 @@ static bool add_to_playlist(int position, bool queue) if (global_settings.playlist_shuffle) playlist_shuffle(current_tick, -1); playlist_start(0,0); - status_set_playmode(STATUS_PLAY); status_draw(false); onplay_result = ONPLAY_START_PLAY; } -- cgit v1.2.3