| Index: webrtc/voice_engine/channel.cc
|
| diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc
|
| index 8bc9e2ac8d61f54a94536583b25e2a0cec8a32ab..c519d71adfa2044ca13984d073bf71def2274a07 100644
|
| --- a/webrtc/voice_engine/channel.cc
|
| +++ b/webrtc/voice_engine/channel.cc
|
| @@ -23,7 +23,6 @@
|
| #include "webrtc/call/rtc_event_log.h"
|
| #include "webrtc/common.h"
|
| #include "webrtc/config.h"
|
| -#include "webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h"
|
| #include "webrtc/modules/audio_device/include/audio_device.h"
|
| #include "webrtc/modules/audio_processing/include/audio_processing.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| @@ -752,14 +751,6 @@ int32_t Channel::NeededFrequency(int32_t id) const {
|
| return (highestNeeded);
|
| }
|
|
|
| -int32_t Channel::CreateChannel(Channel*& channel,
|
| - int32_t channelId,
|
| - uint32_t instanceId,
|
| - const Config& config) {
|
| - return CreateChannel(channel, channelId, instanceId, config,
|
| - CreateBuiltinAudioDecoderFactory());
|
| -}
|
| -
|
| int32_t Channel::CreateChannel(
|
| Channel*& channel,
|
| int32_t channelId,
|
|
|