| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index 01907d269b1fa2eab5ce5396a1e09f16ce3e326b..161f7809f831eb66a92fb398ef353c735c3c7306 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -17,7 +17,6 @@
|
| #include "webrtc/api/call/audio_sink.h"
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/base/optional.h"
|
| -#include "webrtc/common_audio/smoothing_filter.h"
|
| #include "webrtc/common_audio/resampler/include/push_resampler.h"
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/modules/audio_coding/acm2/codec_manager.h"
|
| @@ -550,8 +549,6 @@ class Channel
|
|
|
| // TODO(ossu): Remove once GetAudioDecoderFactory() is no longer needed.
|
| rtc::scoped_refptr<AudioDecoderFactory> decoder_factory_;
|
| -
|
| - SmoothingFilterImpl bitrate_smoother_;
|
| };
|
|
|
| } // namespace voe
|
|
|