Remove unused variable.

This commit is contained in:
David Reid
2019-05-05 19:02:50 +10:00
parent c74c91d0fb
commit 2fcb2b9ae7
-2
View File
@@ -22578,8 +22578,6 @@ extern "C" {
#endif
EMSCRIPTEN_KEEPALIVE void ma_device_process_pcm_frames_capture__webaudio(ma_device* pDevice, int frameCount, float* pFrames)
{
ma_result result;
if (pDevice->type == ma_device_type_duplex) {
ma_device__handle_duplex_callback_capture(pDevice, (ma_uint32)frameCount, pFrames, &pDevice->webaudio.duplexRB);
} else {