From 8ad73fa4da4aebc9f0e835d509066dd9d4d3fb3d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 23 Aug 2020 14:18:42 +1000 Subject: [PATCH] Clean up. --- research/ma_engine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/research/ma_engine.h b/research/ma_engine.h index ccbb2216..79659262 100644 --- a/research/ma_engine.h +++ b/research/ma_engine.h @@ -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) {