summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-06-27 01:35:33 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-06-27 01:35:33 +0000
commit736a19266d2e3fb51751b86c9b84d10dc567ecd5 (patch)
tree16444a0680af68b2b8ea0321683776cea17c1ee9 /apps/screens.c
parent32e27d93e883384cffb846998119ecdfd9b8fed7 (diff)
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@4806 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index a5b9f90796..873f4cd854 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -254,7 +254,6 @@ int charging_screen(void)
#ifdef HAVE_LCD_BITMAP
charging_display_info(false);
#else
- status_set_playmode(STATUS_STOP);
lcd_puts(0, 1, "[charging]");
#endif