summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-07-18 18:13:53 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-07-18 18:13:53 +0000
commit7d4414ebd8ba8bb79359a72ccd7d0b71fdb0fd36 (patch)
tree23f93ba12642249730c9c78b554bb5b313574d06 /apps/gui
parentbff5e3d7ab853b01f56a83c15b49faed720f2386 (diff)
downloadrockbox-7d4414ebd8ba8bb79359a72ccd7d0b71fdb0fd36.tar.gz
rockbox-7d4414ebd8ba8bb79359a72ccd7d0b71fdb0fd36.zip
AB_REPEAT_ENABLE was never defined to 2
There's only 2 possibilities: defined or undefined git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27483 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/statusbar.c2
-rw-r--r--apps/gui/wps.c8
2 files changed, 1 insertions, 9 deletions
diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c
index 2194b2fca0..73ccfa7762 100644
--- a/apps/gui/statusbar.c
+++ b/apps/gui/statusbar.c
@@ -325,7 +325,7 @@ void gui_statusbar_draw(struct gui_statusbar * bar, bool force_redraw, struct vi
325 case REPEAT_AB: 325 case REPEAT_AB:
326 gui_statusbar_icon_play_mode(display, Icon_RepeatAB); 326 gui_statusbar_icon_play_mode(display, Icon_RepeatAB);
327 break; 327 break;
328#endif /* AB_REPEAT_ENABLE == 1 */ 328#endif /* AB_REPEAT_ENABLE */
329 329
330 case REPEAT_ONE: 330 case REPEAT_ONE:
331 gui_statusbar_icon_play_mode(display, Icon_RepeatOne); 331 gui_statusbar_icon_play_mode(display, Icon_RepeatOne);
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 6b5270eb7e..a582afa76b 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -888,10 +888,6 @@ long gui_wps_show(void)
888 { 888 {
889 ab_jump_to_A_marker(); 889 ab_jump_to_A_marker();
890 break; 890 break;
891#if (AB_REPEAT_ENABLE == 2)
892 } else {
893 ab_reset_markers();
894#endif
895 } 891 }
896 } 892 }
897 else 893 else
@@ -915,10 +911,6 @@ long gui_wps_show(void)
915 { 911 {
916 ab_jump_to_A_marker(); 912 ab_jump_to_A_marker();
917 break; 913 break;
918#if (AB_REPEAT_ENABLE == 2)
919 } else {
920 ab_reset_markers();
921#endif
922 } 914 }
923 } 915 }
924 else 916 else