Index: webrtc/voice_engine/include/voe_base.h |
diff --git a/webrtc/voice_engine/include/voe_base.h b/webrtc/voice_engine/include/voe_base.h |
index 05fe4550c49db9662d06e3e1117fb455739e17af..3b2005c95564ef50e847dd3f9c9d410449bf7a7e 100644 |
--- a/webrtc/voice_engine/include/voe_base.h |
+++ b/webrtc/voice_engine/include/voe_base.h |
@@ -133,12 +133,6 @@ class WEBRTC_DLLEXPORT VoEBase { |
AudioProcessing* external_apm = nullptr, |
const rtc::scoped_refptr<AudioDecoderFactory>& |
decoder_factory = nullptr) = 0; |
- |
- // Returns null before Init() is called. |
- // TODO(peah): Remove this when downstream dependencies have properly been |
- // resolved. |
- virtual AudioProcessing* audio_processing() = 0; |
- |
// This method is WIP - DO NOT USE! |
// Returns NULL before Init() is called. |
virtual AudioDeviceModule* audio_device_module() = 0; |