Remove extraneous completion callback when playing back sound file synchronously

This commit is contained in:
Iliyas Jorio 2020-12-15 23:28:59 +01:00
parent 9830a8ea48
commit a84c5ff001
1 changed files with 0 additions and 1 deletions

View File

@ -638,7 +638,6 @@ OSErr SndStartFilePlay(
{
std::this_thread::sleep_for(std::chrono::milliseconds(100));
}
theCompletion(chan);
impl.Recycle();
return noErr;
}