mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Remove an unused variable.
This commit is contained in:
@@ -18714,7 +18714,6 @@ void ma_device_uninit__sndio(ma_device* pDevice)
|
|||||||
|
|
||||||
ma_result ma_device_init_handle__sndio(ma_context* pContext, const ma_device_config* pConfig, ma_device_type deviceType, ma_device* pDevice)
|
ma_result ma_device_init_handle__sndio(ma_context* pContext, const ma_device_config* pConfig, ma_device_type deviceType, ma_device* pDevice)
|
||||||
{
|
{
|
||||||
ma_result result;
|
|
||||||
const char* pDeviceName;
|
const char* pDeviceName;
|
||||||
ma_ptr handle;
|
ma_ptr handle;
|
||||||
int openFlags = 0;
|
int openFlags = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user