| Index: media/audio/openbsd/audio_manager_openbsd.cc
|
| diff --git a/media/audio/openbsd/audio_manager_openbsd.cc b/media/audio/openbsd/audio_manager_openbsd.cc
|
| index 3f2cfae448042f94ab91ebc4d356141571dd3c6b..84304a507f9238a89434008fb2381a67f2af5f92 100644
|
| --- a/media/audio/openbsd/audio_manager_openbsd.cc
|
| +++ b/media/audio/openbsd/audio_manager_openbsd.cc
|
| @@ -51,10 +51,6 @@ AudioManagerOpenBSD::~AudioManagerOpenBSD() {
|
| Shutdown();
|
| }
|
|
|
| -void AudioManagerOpenBSD::Init() {
|
| - AudioManagerBase::Init();
|
| -}
|
| -
|
| AudioOutputStream* AudioManagerOpenBSD::MakeLinearOutputStream(
|
| const AudioParameters& params) {
|
| DCHECK_EQ(AudioParameters::AUDIO_PCM_LINEAR, params.format);
|
|
|