diff options
author | Chris Robinson <[email protected]> | 2020-09-28 16:14:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-09-28 16:14:20 -0700 |
commit | b5eccf424b9f9ed0e6b927d75e646bdff6d00c98 (patch) | |
tree | e3f8bded407d63abf42945fe229c1040d5286bd0 /alc/logging.h | |
parent | f02bc1354d406707619c3f4704e06c9d15b24f63 (diff) |
Remove the unused Ref logging level
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; |