summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authoraluebs@webrtc.org <aluebs@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-17 11:32:09 +0000
committeraluebs@webrtc.org <aluebs@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-07-17 11:32:09 +0000
commitc911a1306948077b600b13271dd642a8c7db0510 (patch)
tree08875aa440ca9c5e751537d022d02ee406f8b70e /modules
parent43096816362e74f838a74ca8e6c4825b39e2ca4b (diff)
downloadwebrtc-c911a1306948077b600b13271dd642a8c7db0510.tar.gz
Remove unused ExperimentalNS API in AudioProcessing
R=andrew@webrtc.org, kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/12909004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6718 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'modules')
-rw-r--r--modules/audio_processing/include/audio_processing.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/audio_processing/include/audio_processing.h b/modules/audio_processing/include/audio_processing.h
index 6f4cc9e7..30f0d9c5 100644
--- a/modules/audio_processing/include/audio_processing.h
+++ b/modules/audio_processing/include/audio_processing.h
@@ -209,9 +209,6 @@ class AudioProcessing {
// ensures the options are applied immediately.
virtual void SetExtraOptions(const Config& config) = 0;
- virtual int EnableExperimentalNs(bool enable) { return kNoError; }
- virtual bool experimental_ns_enabled() const { return false; }
-
// DEPRECATED.
// TODO(ajm): Remove after Chromium has upgraded to using Initialize().
virtual int set_sample_rate_hz(int rate) = 0;