Commit d3b4298b authored by David Reid's avatar David Reid

Remove an unused variable.

parent 442d1bbb
...@@ -18714,7 +18714,6 @@ void ma_device_uninit__sndio(ma_device* pDevice) ...@@ -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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment