Commit 8ad73fa4 authored by David Reid's avatar David Reid

Clean up.

parent 06db6984
......@@ -6011,7 +6011,6 @@ static ma_result ma_sound_preinit(ma_engine* pEngine, ma_uint32 flags, ma_sound_
MA_API ma_result ma_sound_init_from_file(ma_engine* pEngine, const char* pFilePath, ma_uint32 flags, ma_async_notification* pNotification, ma_sound_group* pGroup, ma_sound* pSound)
{
ma_result result;
/*ma_data_source* pDataSource;*/
result = ma_sound_preinit(pEngine, flags, pGroup, pSound);
if (result != MA_SUCCESS) {
......
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