mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove unused variable.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user