| Index: webrtc/modules/audio_processing/gain_control_impl.h
|
| diff --git a/webrtc/modules/audio_processing/gain_control_impl.h b/webrtc/modules/audio_processing/gain_control_impl.h
|
| index b766ca371407ec0ef943958778073d5d661670cc..25b16c0f68ec6d92a29935bcc8bc2dc4fffb2b4d 100644
|
| --- a/webrtc/modules/audio_processing/gain_control_impl.h
|
| +++ b/webrtc/modules/audio_processing/gain_control_impl.h
|
| @@ -47,12 +47,6 @@ class GainControlImpl : public GainControl,
|
| 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;
|
| -
|
| // GainControl implementation.
|
| int Enable(bool enable) override;
|
| int set_stream_analog_level(int level) override;
|
|
|