Index: webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.cc |
diff --git a/webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.cc b/webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.cc |
index 5582124a38ad93596c08fe43560f1b75ac667789..0fbe63550d3292e6a6d35a5d9f23b633674094af 100644 |
--- a/webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.cc |
+++ b/webrtc/voice_engine/test/auto_test/fixtures/after_streaming_fixture.cc |
@@ -16,6 +16,5 @@ |
webrtc::VoiceEngineImpl* voe_impl = |
static_cast<webrtc::VoiceEngineImpl*>(voice_engine_); |
channel_proxy_ = voe_impl->GetChannelProxy(channel_); |
- channel_proxy_->RegisterLegacyCodecs(); |
ResumePlaying(); |
} |