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

@ -41,11 +41,6 @@ bool AlsaSound::Init()
return true;
}
void AlsaSound::Update()
{
// don't need to do anything here.
}
// Called on audio thread.
void AlsaSound::SoundLoop()
{