Index: webrtc/modules/audio_processing/echo_control_mobile_impl.h |
diff --git a/webrtc/modules/audio_processing/echo_control_mobile_impl.h b/webrtc/modules/audio_processing/echo_control_mobile_impl.h |
index 87c5376d68f0c9fef8d12e4631cf35e94c2ec556..8bfa1d73d11c5ba2ec4cc6d64f465a8ae8c18a7d 100644 |
--- a/webrtc/modules/audio_processing/echo_control_mobile_impl.h |
+++ b/webrtc/modules/audio_processing/echo_control_mobile_impl.h |
@@ -43,12 +43,6 @@ class EchoControlMobileImpl : public EchoControlMobile, |
void ReadQueuedRenderData(); |
private: |
- static const size_t kAllowedValuesOfSamplesPerFrame1 = 80; |
- static const size_t kAllowedValuesOfSamplesPerFrame2 = 160; |
- // TODO(peah): Decrease this once we properly handle hugely unbalanced |
- // reverse and forward call numbers. |
- static const size_t kMaxNumFramesToBuffer = 100; |
- |
// EchoControlMobile implementation. |
int Enable(bool enable) override; |
int set_routing_mode(RoutingMode mode) override; |