mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06: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