From 6e9d574b2b7fc1eecd800af4acecbecada81b2f4 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 9 Oct 2002 23:30:40 +0000 Subject: Removed the 'repeat off' icon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2553 a1c6a512-1295-4272-9138-f99709370657 --- apps/status.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/status.c') diff --git a/apps/status.c b/apps/status.c index 9ffdc62b30..0270d75a13 100644 --- a/apps/status.c +++ b/apps/status.c @@ -196,10 +196,6 @@ void status_draw(void) statusbar_icon_volume(volume); statusbar_icon_play_state(current_mode + Icon_Play); switch (global_settings.repeat_mode) { - case REPEAT_OFF: - statusbar_icon_play_mode(Icon_Normal); - break; - case REPEAT_ONE: statusbar_icon_play_mode(Icon_RepeatOne); break; -- cgit v1.2.3