Remove an unused struct field

This commit is contained in:
Chris Robinson
2015-11-01 01:01:27 -07:00
parent 3121c30396
commit f094d94608
-1
View File
@@ -132,7 +132,6 @@ typedef union ALeffectProps {
} Echo;
struct {
ALfloat Delay;
ALfloat LowCutoff;
ALfloat LowGain;
ALfloat Mid1Center;