From 468b412a5eb5438a2921f7407d41cd835672e6fe Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 4 Jul 2021 16:42:19 +1000 Subject: [PATCH] API CHANGE: Remove MA_LOG_LEVEL. This was used with the old logging level system which is no longer being used. --- miniaudio.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 7cd3850d..778c19f6 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -1686,11 +1686,6 @@ MA_LOG_LEVEL_ERROR #define MA_LOG_LEVEL_WARNING 2 #define MA_LOG_LEVEL_ERROR 1 -/* Deprecated. */ -#ifndef MA_LOG_LEVEL -#define MA_LOG_LEVEL MA_LOG_LEVEL_ERROR -#endif - /* An annotation for variables which must be used atomically. This doesn't actually do anything - it's just used as a way for humans to identify variables that should be used atomically.