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/settings.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 4d7d4fb707..d60c39f6e0 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -25,7 +25,6 @@ #include "file.h" #include "dircache.h" #include "timefuncs.h" -#include "abrepeat.h" #ifdef HAVE_BACKLIGHT_BRIGHTNESS #include "backlight.h" /* for [MIN|MAX]_BRIGHTNESS_SETTING */ @@ -478,7 +477,7 @@ enum REPEAT_ALL, REPEAT_ONE, REPEAT_SHUFFLE, -#ifdef AB_REPEAT_ENABLE +#if (AB_REPEAT_ENABLE == 1) REPEAT_AB, #endif NUM_REPEAT_MODES -- cgit v1.2.3