API CHANGE: Remove MA_LOG_LEVEL_VERBOSE.

This has been replaced with MA_LOG_LEVEL_DEBUG.
This commit is contained in:
David Reid
2021-07-04 16:41:19 +10:00
parent ba0b70e56e
commit 69773353db
-3
View File
@@ -1686,9 +1686,6 @@ MA_LOG_LEVEL_ERROR
#define MA_LOG_LEVEL_WARNING 2
#define MA_LOG_LEVEL_ERROR 1
/* Deprecated. */
#define MA_LOG_LEVEL_VERBOSE MA_LOG_LEVEL_DEBUG
/* Deprecated. */
#ifndef MA_LOG_LEVEL
#define MA_LOG_LEVEL MA_LOG_LEVEL_ERROR