diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2013-04-15 14:00:48 -0400 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2013-04-15 14:00:48 -0400 |
commit | 9e71fd16a55bd69f2cf3345b5ab3459b29c1832d (patch) | |
tree | 4c60af99e480be496d4fe8b691c89b356b52e884 /uisimulator | |
parent | bbd991ad63805533ec4e2558061bbba48bfab1a9 (diff) | |
download | rockbox-9e71fd16a55bd69f2cf3345b5ab3459b29c1832d.tar.gz rockbox-9e71fd16a55bd69f2cf3345b5ab3459b29c1832d.tar.bz2 rockbox-9e71fd16a55bd69f2cf3345b5ab3459b29c1832d.zip |
Keep fixing 0c7b787 stuff
Change-Id: I0678d3307fbcad32156f9f4e0f8b90eed5a20d92
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/stubs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 1404c1e21b..51706ca3d5 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -145,11 +145,6 @@ void audiohw_set_superbass(int value) { (void)value; } - -void audiohw_set_pitch(unsigned long value) -{ - (void)value; -} #endif /* (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) */ #endif /* CODEC != SWCODEC */ |