| Index: webrtc/modules/audio_device/win/audio_device_core_win.cc
|
| diff --git a/webrtc/modules/audio_device/win/audio_device_core_win.cc b/webrtc/modules/audio_device/win/audio_device_core_win.cc
|
| index 783e9898ded6d817fa0b891b3d6066631dca8fa5..c77eacc774e4f6d0cd5730c793e5339570129498 100644
|
| --- a/webrtc/modules/audio_device/win/audio_device_core_win.cc
|
| +++ b/webrtc/modules/audio_device/win/audio_device_core_win.cc
|
| @@ -1044,24 +1044,6 @@ Exit:
|
| return -1;
|
| }
|
|
|
| -// ----------------------------------------------------------------------------
|
| -// SetWaveOutVolume
|
| -// ----------------------------------------------------------------------------
|
| -
|
| -int32_t AudioDeviceWindowsCore::SetWaveOutVolume(uint16_t volumeLeft, uint16_t volumeRight)
|
| -{
|
| - return -1;
|
| -}
|
| -
|
| -// ----------------------------------------------------------------------------
|
| -// WaveOutVolume
|
| -// ----------------------------------------------------------------------------
|
| -
|
| -int32_t AudioDeviceWindowsCore::WaveOutVolume(uint16_t& volumeLeft, uint16_t& volumeRight) const
|
| -{
|
| - return -1;
|
| -}
|
| -
|
| // ----------------------------------------------------------------------------
|
| // MaxSpeakerVolume
|
| //
|
|
|