From 1ca931d17004267892ca29b3ceb63381601df6aa Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 4 Apr 2005 09:38:12 +0000 Subject: Oops git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6244 a1c6a512-1295-4272-9138-f99709370657 --- apps/sound_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/sound_menu.c b/apps/sound_menu.c index 68c959a0ed..28d2223ec8 100644 --- a/apps/sound_menu.c +++ b/apps/sound_menu.c @@ -38,7 +38,7 @@ #include "talk.h" #include "misc.h" #include "sound.h" -#if CONFIG_HWCODEC == MAS3587F || CONFIG_HWCODEC == MAS3539F +#if CONFIG_HWCODEC == MAS3587F #include "peakmeter.h" #include "mas.h" #endif @@ -471,7 +471,7 @@ static char* create_thres_str(int threshold) } #endif -#if !defined(SIMULATOR) && (CONFIG_HWCODEC == MAS3587F || CONFIG_HWCODEC == MAS3539F) +#if !defined(SIMULATOR) && CONFIG_HWCODEC == MAS3587F #define INF_DB (-89) static void change_threshold(int *threshold, int change) { -- cgit v1.2.3