| Index: webrtc/modules/audio_device/android/audio_device_template.h
|
| diff --git a/webrtc/modules/audio_device/android/audio_device_template.h b/webrtc/modules/audio_device/android/audio_device_template.h
|
| index 72e008c4e0992dc571a0770151c9687383465a30..6b9cc0b56126fa8d660504e7821b78b92dd84d38 100644
|
| --- a/webrtc/modules/audio_device/android/audio_device_template.h
|
| +++ b/webrtc/modules/audio_device/android/audio_device_template.h
|
| @@ -231,18 +231,6 @@ class AudioDeviceTemplate : public AudioDeviceGeneric {
|
| return false;
|
| }
|
|
|
| - int32_t SetWaveOutVolume(
|
| - uint16_t volumeLeft, uint16_t volumeRight) override {
|
| - FATAL() << "Should never be called";
|
| - return -1;
|
| - }
|
| -
|
| - int32_t WaveOutVolume(
|
| - uint16_t& volumeLeft, uint16_t& volumeRight) const override {
|
| - FATAL() << "Should never be called";
|
| - return -1;
|
| - }
|
| -
|
| int32_t InitSpeaker() override {
|
| LOG(INFO) << __FUNCTION__;
|
| return 0;
|
|
|