| Index: webrtc/modules/audio_device/ios/audio_device_not_implemented_ios.mm
|
| diff --git a/webrtc/modules/audio_device/ios/audio_device_not_implemented_ios.mm b/webrtc/modules/audio_device/ios/audio_device_not_implemented_ios.mm
|
| index dec0a9a306d22086322b46d558c679f73bf45a82..e975f4daa82c23d95e5ae0cf574eece53c3ff733 100644
|
| --- a/webrtc/modules/audio_device/ios/audio_device_not_implemented_ios.mm
|
| +++ b/webrtc/modules/audio_device/ios/audio_device_not_implemented_ios.mm
|
| @@ -67,16 +67,6 @@ int32_t AudioDeviceIOS::SpeakerVolume(uint32_t& volume) const {
|
| return -1;
|
| }
|
|
|
| -int32_t AudioDeviceIOS::SetWaveOutVolume(uint16_t, uint16_t) {
|
| - RTC_NOTREACHED() << "Not implemented";
|
| - return -1;
|
| -}
|
| -
|
| -int32_t AudioDeviceIOS::WaveOutVolume(uint16_t&, uint16_t&) const {
|
| - RTC_NOTREACHED() << "Not implemented";
|
| - return -1;
|
| -}
|
| -
|
| int32_t AudioDeviceIOS::MaxSpeakerVolume(uint32_t& maxVolume) const {
|
| RTC_NOTREACHED() << "Not implemented";
|
| return -1;
|
|
|