Removes unused AudioAllocationSettings from voice engine.
Bug: webrtc:9883 Change-Id: Ie322a1cae1f9682f64a05767f3933cba13b70ae0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148281 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28787}
This commit is contained in:
committed by
Commit Bot
parent
d23f67e6be
commit
d2845f8246
@ -27,7 +27,6 @@
|
||||
#include "media/engine/apm_helpers.h"
|
||||
#include "rtc_base/buffer.h"
|
||||
#include "rtc_base/constructor_magic.h"
|
||||
#include "rtc_base/experiments/audio_allocation_settings.h"
|
||||
#include "rtc_base/network_route.h"
|
||||
#include "rtc_base/task_queue.h"
|
||||
#include "rtc_base/thread_checker.h"
|
||||
@ -104,8 +103,6 @@ class WebRtcVoiceEngine final : public VoiceEngineInterface {
|
||||
rtc::ThreadChecker signal_thread_checker_;
|
||||
rtc::ThreadChecker worker_thread_checker_;
|
||||
|
||||
const webrtc::AudioAllocationSettings allocation_settings_;
|
||||
|
||||
// The audio device module.
|
||||
rtc::scoped_refptr<webrtc::AudioDeviceModule> adm_;
|
||||
rtc::scoped_refptr<webrtc::AudioEncoderFactory> encoder_factory_;
|
||||
|
||||
Reference in New Issue
Block a user