Commit 468b412a authored by David Reid's avatar David Reid

API CHANGE: Remove MA_LOG_LEVEL.

This was used with the old logging level system which is no longer
being used.
parent 69773353
......@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment