aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-02-20 09:25:09 -0800
committerChris Robinson <[email protected]>2017-02-20 09:25:09 -0800
commitf5e8a8c75e98e7a720a42a840701808b3f869a8a (patch)
treec369eb15d68b4e42bb46e679001c56f1adc2651f
parent23a34f732bf27bb75905b07c83e948a9e832c59c (diff)
Remove an unused flag enum
-rw-r--r--Alc/bformatdec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/bformatdec.h b/Alc/bformatdec.h
index 97f36d0e..7447e382 100644
--- a/Alc/bformatdec.h
+++ b/Alc/bformatdec.h
@@ -25,9 +25,6 @@ struct AmbDecConf;
struct BFormatDec;
struct AmbiUpsampler;
-enum BFormatDecFlags {
- BFDF_DistanceComp = 1<<0
-};
struct BFormatDec *bformatdec_alloc();
void bformatdec_free(struct BFormatDec *dec);