aboutsummaryrefslogtreecommitdiffstats
path: root/alc/helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/helpers.cpp')
-rw-r--r--alc/helpers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/helpers.cpp b/alc/helpers.cpp
index 369ab9f1..ce407756 100644
--- a/alc/helpers.cpp
+++ b/alc/helpers.cpp
@@ -356,7 +356,6 @@ void al_print(LogLevel level, FILE *logfile, const char *fmt, ...)
case LogLevel::Warning: return ANDROID_LOG_WARN;
case LogLevel::Error: return ANDROID_LOG_ERROR;
/* Should not happen. */
- case LogLevel::Ref:
case LogLevel::Disable:
break;
}