aboutsummaryrefslogtreecommitdiffstats
path: root/alc/logging.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-09-28 16:14:20 -0700
committerChris Robinson <[email protected]>2020-09-28 16:14:20 -0700
commitb5eccf424b9f9ed0e6b927d75e646bdff6d00c98 (patch)
treee3f8bded407d63abf42945fe229c1040d5286bd0 /alc/logging.h
parentf02bc1354d406707619c3f4704e06c9d15b24f63 (diff)
Remove the unused Ref logging level
Diffstat (limited to 'alc/logging.h')
-rw-r--r--alc/logging.h3
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;