Comment out an unused function.

This commit is contained in:
David Reid
2025-08-22 12:49:14 +10:00
parent 3803df947e
commit 5221ee1858
+2
View File
@@ -22858,6 +22858,7 @@ static ma_EDataFlow ma_device_type_to_EDataFlow(ma_device_type deviceType)
}
}
#if 0
static ma_result ma_context_create_IMMDeviceEnumerator__wasapi(ma_context* pContext, ma_IMMDeviceEnumerator** ppDeviceEnumerator)
{
HRESULT hr;
@@ -22878,6 +22879,7 @@ static ma_result ma_context_create_IMMDeviceEnumerator__wasapi(ma_context* pCont
return MA_SUCCESS;
}
#endif
static WCHAR* ma_context_get_default_device_id_from_IMMDeviceEnumerator__wasapi(ma_context* pContext, ma_IMMDeviceEnumerator* pDeviceEnumerator, ma_device_type deviceType)
{