From 8a177345ce7b96a00f1f14387412c2dfacfeaf34 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 14 Aug 2007 22:06:23 +0000 Subject: Moved archos power handling into target tree. * Tuner power handling cleaned up a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14345 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/fmradio.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'uisimulator/common') diff --git a/uisimulator/common/fmradio.c b/uisimulator/common/fmradio.c index 63edd9dd23..279e1b8d23 100644 --- a/uisimulator/common/fmradio.c +++ b/uisimulator/common/fmradio.c @@ -26,9 +26,7 @@ static int frequency = 0; static bool mono = false; -#ifdef HAVE_TUNER_PWR_CTRL static bool powered = false; -#endif void tuner_init(void) { @@ -89,13 +87,11 @@ int tuner_get(int setting) return val; } -#ifdef HAVE_TUNER_PWR_CTRL bool tuner_power(bool status) { bool oldstatus = powered; powered = status; return oldstatus; } -#endif #endif -- cgit v1.2.3