diff options
Diffstat (limited to 'uisimulator/common')
-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) | |||
145 | { | 145 | { |
146 | (void)value; | 146 | (void)value; |
147 | } | 147 | } |
148 | |||
149 | void 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 | ||