Remove an unused flag enum

This commit is contained in:
Chris Robinson
2017-02-20 09:25:09 -08:00
parent 23a34f732b
commit f5e8a8c75e
-3
View File
@@ -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);