Remove an unused variable.

This commit is contained in:
David Reid
2025-08-22 11:17:43 +10:00
parent 125e300c69
commit cac5825182
-1
View File
@@ -25923,7 +25923,6 @@ static BOOL CALLBACK ma_context_enumerate_devices_callback__dsound(GUID* lpGuid,
WORD channels;
WORD bitsPerSample;
DWORD sampleRate;
ma_bool32 isFormatSupported = MA_TRUE;
result = ma_context_create_IDirectSoundCapture__dsound(pData->pContext, ma_share_mode_shared, &deviceInfo.id, &pDirectSoundCapture);
if (result != MA_SUCCESS) {