From 9e71fd16a55bd69f2cf3345b5ab3459b29c1832d Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 15 Apr 2013 14:00:48 -0400 Subject: Keep fixing 0c7b787 stuff Change-Id: I0678d3307fbcad32156f9f4e0f8b90eed5a20d92 --- uisimulator/common/stubs.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'uisimulator/common') 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 */ -- cgit