mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Remove an unused variable.
This commit is contained in:
@@ -25923,7 +25923,6 @@ static BOOL CALLBACK ma_context_enumerate_devices_callback__dsound(GUID* lpGuid,
|
|||||||
WORD channels;
|
WORD channels;
|
||||||
WORD bitsPerSample;
|
WORD bitsPerSample;
|
||||||
DWORD sampleRate;
|
DWORD sampleRate;
|
||||||
ma_bool32 isFormatSupported = MA_TRUE;
|
|
||||||
|
|
||||||
result = ma_context_create_IDirectSoundCapture__dsound(pData->pContext, ma_share_mode_shared, &deviceInfo.id, &pDirectSoundCapture);
|
result = ma_context_create_IDirectSoundCapture__dsound(pData->pContext, ma_share_mode_shared, &deviceInfo.id, &pDirectSoundCapture);
|
||||||
if (result != MA_SUCCESS) {
|
if (result != MA_SUCCESS) {
|
||||||
|
|||||||
Reference in New Issue
Block a user