Removed unused AudioProcessing::Create.
Bug: webrtc:8346 Change-Id: I3f0e0727c0377c138202b25100766b3c34e6536a Reviewed-on: https://webrtc-review.googlesource.com/9381 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20288}
This commit is contained in:

committed by
Commit Bot

parent
1edfff99fa
commit
052c78d93f
@ -322,13 +322,6 @@ AudioProcessing* AudioProcessing::Create(const webrtc::Config& config,
|
||||
return Create(config, nullptr, nullptr, beamformer);
|
||||
}
|
||||
|
||||
AudioProcessing* AudioProcessing::Create(
|
||||
const webrtc::Config& config,
|
||||
std::unique_ptr<PostProcessing> capture_post_processor,
|
||||
NonlinearBeamformer* beamformer) {
|
||||
return Create(config, std::move(capture_post_processor), nullptr, beamformer);
|
||||
}
|
||||
|
||||
AudioProcessing* AudioProcessing::Create(
|
||||
const webrtc::Config& config,
|
||||
std::unique_ptr<PostProcessing> capture_post_processor,
|
||||
|
@ -378,10 +378,6 @@ class AudioProcessing : public rtc::RefCountInterface {
|
||||
RTC_DEPRECATED
|
||||
static AudioProcessing* Create(const webrtc::Config& config,
|
||||
NonlinearBeamformer* beamformer);
|
||||
static AudioProcessing* Create(
|
||||
const webrtc::Config& config,
|
||||
std::unique_ptr<PostProcessing> capture_post_processor,
|
||||
NonlinearBeamformer* beamformer);
|
||||
// Allows passing in optional user-defined processing modules.
|
||||
static AudioProcessing* Create(
|
||||
const webrtc::Config& config,
|
||||
|
Reference in New Issue
Block a user