summaryrefslogtreecommitdiffstats
path: root/uisimulator/common/fmradio.c
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-17 08:53:18 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-17 08:53:18 +0000
commit91f9350cbde2653034840fc930749e2b1f9af9c7 (patch)
tree4c669ffda33c468e22266d3b3bb9587b47ff706f /uisimulator/common/fmradio.c
parent79afbafa669bee52059d980ae887dfa06948c252 (diff)
downloadrockbox-91f9350cbde2653034840fc930749e2b1f9af9c7.tar.gz
rockbox-91f9350cbde2653034840fc930749e2b1f9af9c7.zip
moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5296 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/fmradio.c')
-rw-r--r--uisimulator/common/fmradio.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/uisimulator/common/fmradio.c b/uisimulator/common/fmradio.c
index a4cbd7977c..49c7234e06 100644
--- a/uisimulator/common/fmradio.c
+++ b/uisimulator/common/fmradio.c
@@ -45,14 +45,4 @@ void fmradio_set(int addr, int data)
fmradio_reg[addr] = data;
}
-void fmradio_set_status(int status)
-{
- fmstatus = status;
-}
-
-int fmradio_get_status(void)
-{
- return fmstatus;
-}
-
#endif