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

@ -197,8 +197,6 @@ void SendAIBuffer(const short* samples, unsigned int num_samples)
{
pMixer->PushSamples(samples, num_samples);
}
g_sound_stream->Update();
}
void StartAudioDump()