AudioCommon: get rid of Update(), it never does anything

This commit is contained in:
Tillmann Karras
2021-08-07 22:02:10 +01:00
parent c2d396526b
commit d14b9a73b2
8 changed files with 0 additions and 25 deletions

View File

@ -20,7 +20,3 @@ bool NullSound::SetRunning(bool running)
void NullSound::SetVolume(int volume)
{
}
void NullSound::Update()
{
}