diff options
Diffstat (limited to 'alc/logging.h')
-rw-r--r-- | alc/logging.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/alc/logging.h b/alc/logging.h index 4b015814..32a877e1 100644 --- a/alc/logging.h +++ b/alc/logging.h @@ -10,8 +10,7 @@ enum class LogLevel { Disable, Error, Warning, - Trace, - Ref + Trace }; extern LogLevel gLogLevel; |