wasapi: Remove assert added by 67e8522d

This commit is contained in:
Ethan Lee 2021-03-27 00:47:54 -04:00 committed by Sam Lantinga
parent fb283a732a
commit 9b7babf96e
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ WaveFormatToSDLFormat(WAVEFORMATEX *waveformat)
return AUDIO_S32SYS;
}
}
SDL_assert(0 && "Unrecognized wFormatTag!");
return 0;
}