diff options
Diffstat (limited to 'media/audio/openbsd/audio_manager_openbsd.cc')
-rw-r--r-- | media/audio/openbsd/audio_manager_openbsd.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media/audio/openbsd/audio_manager_openbsd.cc b/media/audio/openbsd/audio_manager_openbsd.cc index 0f4314c..acdcea4 100644 --- a/media/audio/openbsd/audio_manager_openbsd.cc +++ b/media/audio/openbsd/audio_manager_openbsd.cc @@ -15,8 +15,6 @@ #include <fcntl.h> -namespace media { - // Maximum number of output streams that can be open simultaneously. static const int kMaxOutputStreams = 50; @@ -105,5 +103,3 @@ AudioOutputStream* AudioManagerOpenBSD::MakeOutputStream( AudioManager* CreateAudioManager() { return new AudioManagerOpenBSD(); } - -} // namespace media |