Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 1365ae843e0fcfaad591c6177826745d9a09ed0d..0a12f21e92db93832e76035dc7a1cabec75ff237 100644 |
--- a/webrtc/voice_engine/channel.h |
+++ b/webrtc/voice_engine/channel.h |
@@ -151,7 +151,6 @@ |
uint32_t instanceId, |
const VoEBase::ChannelConfig& config); |
int32_t Init(); |
- void RegisterLegacyCodecs(); |
void Terminate(); |
int32_t SetEngineInformation(Statistics& engineStatistics, |
OutputMixer& outputMixer, |
@@ -168,8 +167,6 @@ |
// ADM. Once Channel creation is moved into Audio{Send,Receive}Stream this can |
// go. |
const rtc::scoped_refptr<AudioDecoderFactory>& GetAudioDecoderFactory() const; |
- |
- void SetReceiveCodecs(const std::map<int, SdpAudioFormat>& codecs); |
// API methods |