From 2fcb2b9ae74ba69ad7d068b9661e9a7039f16acc Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 5 May 2019 19:02:50 +1000 Subject: [PATCH] Remove unused variable. --- miniaudio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index dc2a9e60..f4d4071c 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -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 {