Index: voice_engine/utility.h |
diff --git a/voice_engine/utility.h b/voice_engine/utility.h |
index c0c11ee0990694dbbbb99356a0b30799f37053e9..dc23e1667dcd20352a03937f0cdce7019e81c664 100644 |
--- a/voice_engine/utility.h |
+++ b/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 |