From 35ee8a136237042efa6987e954c135f91a065cd0 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 24 May 2015 04:13:02 -0400 Subject: SoundStream: Internally construct the mixer Instead of creating the mixer externally and then passing it in, it can just be made within the class. --- Source/Core/AudioCommon/CoreAudioSoundStream.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Source/Core/AudioCommon/CoreAudioSoundStream.cpp') diff --git a/Source/Core/AudioCommon/CoreAudioSoundStream.cpp b/Source/Core/AudioCommon/CoreAudioSoundStream.cpp index 3bfd517708..a8f002258f 100644 --- a/Source/Core/AudioCommon/CoreAudioSoundStream.cpp +++ b/Source/Core/AudioCommon/CoreAudioSoundStream.cpp @@ -19,14 +19,6 @@ OSStatus CoreAudioSound::callback(void *inRefCon, return noErr; } -CoreAudioSound::CoreAudioSound(CMixer *mixer) : SoundStream(mixer) -{ -} - -CoreAudioSound::~CoreAudioSound() -{ -} - bool CoreAudioSound::Start() { OSStatus err; -- cgit v1.2.3