aboutsummaryrefslogtreecommitdiffstats
path: root/alc/logging.h
diff options
context:
space:
mode:
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;