From 21736d59b081e9aef0e4f8353926d08eb6e485f9 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 13 Nov 2017 20:37:40 +1000 Subject: [PATCH] Fix a stale comment. --- mini_al.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index c3a46d72..927cbf62 100644 --- a/mini_al.h +++ b/mini_al.h @@ -1053,7 +1053,6 @@ mal_result mal_context_uninit(mal_context* pContext); // application ensures mutal exclusion to the output buffer at their level. // // Efficiency: LOW -// This API dynamically links to backend DLLs/SOs (such as dsound.dll). mal_result mal_enumerate_devices(mal_context* pContext, mal_device_type type, mal_uint32* pCount, mal_device_info* pInfo); // Initializes a device.