Removed unused mock methods in audio_processing

TESTED=trybots,modules_unittests
R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/8999005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5597 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
bjornv@webrtc.org
2014-02-21 23:56:05 +00:00
parent d43aa9de7a
commit 33af96c5c2

View File

@ -248,10 +248,6 @@ class MockAudioProcessing : public AudioProcessing {
virtual MockVoiceDetection* voice_detection() const { virtual MockVoiceDetection* voice_detection() const {
return voice_detection_.get(); return voice_detection_.get();
}; };
MOCK_METHOD0(TimeUntilNextProcess,
int32_t());
MOCK_METHOD0(Process,
int32_t());
private: private:
scoped_ptr<MockEchoCancellation> echo_cancellation_; scoped_ptr<MockEchoCancellation> echo_cancellation_;