Index: webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java |
diff --git a/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java b/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java |
index aa9608d7f5519b5a4cadf5abbf2f2fc4c7680195..939caf72829e774ded889fa95b65ccfdd31bb101 100644 |
--- a/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java |
+++ b/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java |
@@ -138,15 +138,6 @@ public class WebRtcAudioRecord { |
return effects.setAEC(enable); |
} |
- private boolean enableBuiltInAGC(boolean enable) { |
- Logging.d(TAG, "enableBuiltInAGC(" + enable + ')'); |
- if (effects == null) { |
- Logging.e(TAG, "Built-in AGC is not supported on this platform"); |
- return false; |
- } |
- return effects.setAGC(enable); |
- } |
- |
private boolean enableBuiltInNS(boolean enable) { |
Logging.d(TAG, "enableBuiltInNS(" + enable + ')'); |
if (effects == null) { |