diff options
Diffstat (limited to 'Source/Core/AudioCommon/NullSoundStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/NullSoundStream.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/AudioCommon/NullSoundStream.cpp b/Source/Core/AudioCommon/NullSoundStream.cpp index d55c61bbc3..98f8871a80 100644 --- a/Source/Core/AudioCommon/NullSoundStream.cpp +++ b/Source/Core/AudioCommon/NullSoundStream.cpp @@ -35,11 +35,6 @@ void NullSound::Update() m_mixer->Mix(m_realtime_buffer.data(), (unsigned int)num_samples_to_render); } -void NullSound::Clear(bool mute) -{ - m_muted = mute; -} - void NullSound::Stop() { } |
