summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-04-15 14:00:48 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-04-15 14:00:48 -0400
commit9e71fd16a55bd69f2cf3345b5ab3459b29c1832d (patch)
tree4c60af99e480be496d4fe8b691c89b356b52e884 /uisimulator/common/stubs.c
parentbbd991ad63805533ec4e2558061bbba48bfab1a9 (diff)
downloadrockbox-9e71fd16a55bd69f2cf3345b5ab3459b29c1832d.tar.gz
rockbox-9e71fd16a55bd69f2cf3345b5ab3459b29c1832d.zip
Keep fixing 0c7b787 stuff
Change-Id: I0678d3307fbcad32156f9f4e0f8b90eed5a20d92
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c5
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)
145{ 145{
146 (void)value; 146 (void)value;
147} 147}
148
149void audiohw_set_pitch(unsigned long value)
150{
151 (void)value;
152}
153#endif /* (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) */ 148#endif /* (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) */
154#endif /* CODEC != SWCODEC */ 149#endif /* CODEC != SWCODEC */
155 150