Index: webrtc/modules/audio_processing/echo_cancellation_impl.cc |
diff --git a/webrtc/modules/audio_processing/echo_cancellation_impl.cc b/webrtc/modules/audio_processing/echo_cancellation_impl.cc |
index 5a7aef6fdf970e2b8cae8e779df6298b9552efa6..f18c1c3f8a46aaa1d77b93ec87f687e23909c51a 100644 |
--- a/webrtc/modules/audio_processing/echo_cancellation_impl.cc |
+++ b/webrtc/modules/audio_processing/echo_cancellation_impl.cc |
@@ -275,12 +275,6 @@ int EchoCancellationImpl::Enable(bool enable) { |
return AudioProcessing::kNoError; |
} |
-bool EchoCancellationImpl::is_enabled_render_side_query() const { |
- // TODO(peah): Add threadchecker. |
- rtc::CritScope cs_render(crit_render_); |
- return enabled_; |
-} |
- |
bool EchoCancellationImpl::is_enabled() const { |
rtc::CritScope cs(crit_capture_); |
return enabled_; |