Index: webrtc/voice_engine/utility.h |
diff --git a/webrtc/voice_engine/utility.h b/webrtc/voice_engine/utility.h |
index 4139f05cfddae809543f2a64b100d28fc98b3284..d4e14dc9e99e68cbb8af5457a367fd465978b302 100644 |
--- a/webrtc/voice_engine/utility.h |
+++ b/webrtc/voice_engine/utility.h |
@@ -45,12 +45,6 @@ void RemixAndResample(const int16_t* src_data, |
PushResampler<int16_t>* resampler, |
AudioFrame* dst_frame); |
-void MixWithSat(int16_t target[], |
- size_t target_channel, |
- const int16_t source[], |
- size_t source_channel, |
- size_t source_len); |
- |
} // namespace voe |
} // namespace webrtc |