diff options
Diffstat (limited to 'www/chromium/files/audio_manager_openbsd.cc')
-rw-r--r-- | www/chromium/files/audio_manager_openbsd.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/chromium/files/audio_manager_openbsd.cc b/www/chromium/files/audio_manager_openbsd.cc index 08f1c3272bd5..ffcd9eef94fb 100644 --- a/www/chromium/files/audio_manager_openbsd.cc +++ b/www/chromium/files/audio_manager_openbsd.cc @@ -46,10 +46,6 @@ bool AudioManagerOpenBSD::HasAudioInputDevices() { return true; } -void AudioManagerOpenBSD::ShowAudioInputSettings() { - NOTIMPLEMENTED(); -} - void AudioManagerOpenBSD::GetAudioInputDeviceNames( AudioDeviceNames* device_names) { DCHECK(device_names->empty()); |