From 498078ce280a0ec122693ea482edd2b22b53f382 Mon Sep 17 00:00:00 2001 From: Sam Zackrisson Date: Mon, 11 Apr 2022 13:34:54 +0200 Subject: [PATCH] Remove deprecated webrtc::AudioProcessing::ResidualEchoDetector stats config Replaced by injectable component, see discussion and PSA in attached bug. Bug: webrtc:11539 Change-Id: I11ac4504e3d7e0d42b545ff92178674c709f586d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258680 Reviewed-by: Alessio Bazzica Commit-Queue: Sam Zackrisson Cr-Commit-Position: refs/heads/main@{#36612} --- modules/audio_processing/include/audio_processing.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/audio_processing/include/audio_processing.h b/modules/audio_processing/include/audio_processing.h index 9d6824c038..1088f9b46d 100644 --- a/modules/audio_processing/include/audio_processing.h +++ b/modules/audio_processing/include/audio_processing.h @@ -369,12 +369,6 @@ class RTC_EXPORT AudioProcessing : public rtc::RefCountInterface { } adaptive_digital; } gain_controller2; - // TODO(bugs.webrtc.org/11539): Deprecated. Delete this flag. Replaced by - // injectable submodule. - struct ResidualEchoDetector { - bool enabled = false; - } residual_echo_detector; - std::string ToString() const; };