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