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/bookmark.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/bookmark.c') diff --git a/apps/bookmark.c b/apps/bookmark.c index f052a6600c..5d717e4423 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -523,7 +523,6 @@ bool bookmark_autoload(char* file) case BUTTON_PLAY: return bookmark_load(global_bookmark_file_name, true); case SYS_USB_CONNECTED: - status_set_playmode(STATUS_STOP); usb_screen(); #ifdef HAVE_LCD_CHARCELLS status_set_param(true); -- cgit v1.2.3