mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
AudioCommon: get rid of Update(), it never does anything
This commit is contained in:
@ -20,7 +20,3 @@ bool NullSound::SetRunning(bool running)
|
||||
void NullSound::SetVolume(int volume)
|
||||
{
|
||||
}
|
||||
|
||||
void NullSound::Update()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user