diff options
| author | Michael M <mchtly@gmail.com> | 2017-10-21 12:34:51 -0700 |
|---|---|---|
| committer | Michael M <mchtly@gmail.com> | 2017-10-21 16:28:04 -0700 |
| commit | 7bcdd1a46a2e0964c0ea155d840cff1dbf573916 (patch) | |
| tree | be4e3413edce0d1ec85385a5a95915e320fe6ad5 /Source/Core/AudioCommon/NullSoundStream.cpp | |
| parent | 78d5dbe032d4390fbc3bbfc81768b68c2062fa8f (diff) | |
SoundStream: remove unused m_muted and IsMuted
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() { } |
