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 d9a1d814f18250eedd131cccd60dc422bb577721..579ccb36f7a5b5ae6df4c80ed13bba7109074587 100644 |
--- a/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h |
+++ b/webrtc/modules/audio_coding/neteq/audio_decoder_impl.h |
@@ -32,10 +32,5 @@ bool CodecSupported(NetEqDecoder codec_type); |
// Returns the sample rate for |codec_type|. |
int CodecSampleRateHz(NetEqDecoder codec_type); |
-// Creates an AudioDecoder object of type |codec_type|. Returns NULL for for |
-// unsupported codecs, and when creating an AudioDecoder is not applicable |
-// (e.g., for RED and DTMF/AVT types). |
-AudioDecoder* CreateAudioDecoder(NetEqDecoder codec_type); |
- |
} // namespace webrtc |
#endif // WEBRTC_MODULES_AUDIO_CODING_NETEQ_AUDIO_DECODER_IMPL_H_ |