mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05:00
SoundStream: remove unused m_muted and IsMuted
This commit is contained in:
@@ -163,9 +163,7 @@ void OpenALStream::Update()
|
||||
|
||||
void OpenALStream::Clear(bool mute)
|
||||
{
|
||||
m_muted = mute;
|
||||
|
||||
if (m_muted)
|
||||
if (mute)
|
||||
{
|
||||
palSourceStop(m_source);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user