mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
API CHANGE: Remove MA_LOG_LEVEL.
This was used with the old logging level system which is no longer being used.
This commit is contained in:
@@ -1686,11 +1686,6 @@ MA_LOG_LEVEL_ERROR
|
|||||||
#define MA_LOG_LEVEL_WARNING 2
|
#define MA_LOG_LEVEL_WARNING 2
|
||||||
#define MA_LOG_LEVEL_ERROR 1
|
#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
|
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.
|
just used as a way for humans to identify variables that should be used atomically.
|
||||||
|
|||||||
Reference in New Issue
Block a user