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/playlist_viewer.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/playlist_viewer.c') diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index 71059aa593..b7e81eeac6 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -856,7 +856,6 @@ bool playlist_viewer_ex(char* filename) #else splash(HZ, true, str(LANG_END_PLAYLIST_RECORDER)); #endif - status_set_playmode(STATUS_STOP); goto exit; } @@ -988,7 +987,6 @@ bool playlist_viewer_ex(char* filename) /* Stop current track and play new track */ mpeg_stop(); playlist_start(tracks[INDEX(viewer.cursor_pos)].index, 0); - status_set_playmode(STATUS_PLAY); update_playlist(false); } else @@ -1001,7 +999,6 @@ bool playlist_viewer_ex(char* filename) goto exit; playlist_start(tracks[INDEX(viewer.cursor_pos)].index, 0); - status_set_playmode(STATUS_PLAY); /* Our playlist is now the current list */ if (!initialize(NULL, true)) -- cgit v1.2.3