| Index: webrtc/modules/audio_device/audio_device_generic.cc
 | 
| diff --git a/webrtc/modules/audio_device/audio_device_generic.cc b/webrtc/modules/audio_device/audio_device_generic.cc
 | 
| index e1c6e6f5b448ee2251bd0b2c0a3351476320ba36..f865d037e7183c8842e21def399fc3a16b4cba10 100644
 | 
| --- a/webrtc/modules/audio_device/audio_device_generic.cc
 | 
| +++ b/webrtc/modules/audio_device/audio_device_generic.cc
 | 
| @@ -34,19 +34,6 @@ int32_t AudioDeviceGeneric::GetLoudspeakerStatus(bool& enable) const {
 | 
|    return -1;
 | 
|  }
 | 
|  
 | 
| -int32_t AudioDeviceGeneric::ResetAudioDevice() {
 | 
| -  LOG_F(LS_ERROR) << "Not supported on this platform";
 | 
| -  return -1;
 | 
| -}
 | 
| -
 | 
| -int32_t AudioDeviceGeneric::SoundDeviceControl(unsigned int par1,
 | 
| -                                               unsigned int par2,
 | 
| -                                               unsigned int par3,
 | 
| -                                               unsigned int par4) {
 | 
| -  LOG_F(LS_ERROR) << "Not supported on this platform";
 | 
| -  return -1;
 | 
| -}
 | 
| -
 | 
|  bool AudioDeviceGeneric::BuiltInAECIsAvailable() const {
 | 
|    LOG_F(LS_ERROR) << "Not supported on this platform";
 | 
|    return false;
 | 
| 
 |