mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
SoundStream: remove unused m_muted and IsMuted
This commit is contained in:
parent
78d5dbe032
commit
7bcdd1a46a
7 changed files with 5 additions and 20 deletions
|
@ -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()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue