From 8d5a6609a33f3269bc80975b81e0e859a056d952 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Sat, 21 Jan 2006 23:43:57 +0000 Subject: AB-repeat mode for software codecs. Accessible through menu as a repeat mode, with buttom mappings much like those on other rockbox targets for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8409 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/screens.c') diff --git a/apps/screens.c b/apps/screens.c index 2cb0fb576a..9897e2541d 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -46,7 +46,6 @@ #include "debug.h" #include "led.h" #include "sound.h" -#include "abrepeat.h" #include "gwps-common.h" #include "splash.h" #include "statusbar.h" @@ -515,7 +514,7 @@ bool quick_screen_quick(int button_enter) [REPEAT_ALL]={ STR(LANG_REPEAT_ALL) }, [REPEAT_ONE]={ STR(LANG_REPEAT_ONE) }, [REPEAT_SHUFFLE]={ STR(LANG_SHUFFLE) }, -#ifdef AB_REPEAT_ENABLE +#if (AB_REPEAT_ENABLE == 1) [REPEAT_AB]={ STR(LANG_REPEAT_AB) } #endif }; -- cgit v1.2.3