Index: webrtc/modules/audio_coding/neteq/audio_decoder_impl.h |
diff --git a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h |
index 579ccb36f7a5b5ae6df4c80ed13bba7109074587..8636922509191613612460d754aa8a93cf804db5 100644 |
--- a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h |
+++ b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h |
@@ -29,8 +29,5 @@ using NetEqDecoder = acm2::RentACodec::NetEqDecoder; |
// Returns true if |codec_type| is supported. |
bool CodecSupported(NetEqDecoder codec_type); |
-// Returns the sample rate for |codec_type|. |
-int CodecSampleRateHz(NetEqDecoder codec_type); |
- |
} // namespace webrtc |
#endif // WEBRTC_MODULES_AUDIO_CODING_NETEQ_AUDIO_DECODER_IMPL_H_ |