From 8ff3a653bdf89747100389a2ee933d2e7b5efe08 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 18 Feb 2007 02:04:47 +0000 Subject: Explicilty set CONFIG_ defines to 0 which are not used.. because doing #if defined(BLAA) && BLAA == something defeats the point of Wundef git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12378 a1c6a512-1295-4272-9138-f99709370657 --- apps/status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/status.c') diff --git a/apps/status.c b/apps/status.c index 3f46607ed1..1551f77d53 100644 --- a/apps/status.c +++ b/apps/status.c @@ -43,7 +43,7 @@ #include "button.h" #endif #include "usb.h" -#ifdef CONFIG_TUNER +#if CONFIG_TUNER #include "radio.h" #endif #if defined(HAVE_RECORDING) && CONFIG_CODEC == SWCODEC @@ -96,7 +96,7 @@ int current_playmode(void) } #endif -#ifdef CONFIG_TUNER +#if CONFIG_TUNER audio_stat = get_radio_status(); if(audio_stat & FMRADIO_PLAYING) return STATUS_RADIO; -- cgit v1.2.3