aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2015-11-01 01:01:27 -0700
committerChris Robinson <[email protected]>2015-11-01 01:01:27 -0700
commitf094d94608e00b1b08bd8c607d16651072323bb5 (patch)
treec08ca3c1d26b9edeba5a999ac5cd559d4095fccb
parent3121c3039642ba3d7aea2990fe9a0167493a4222 (diff)
Remove an unused struct field
-rw-r--r--OpenAL32/Include/alEffect.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h
index f656c56a..91ee782f 100644
--- a/OpenAL32/Include/alEffect.h
+++ b/OpenAL32/Include/alEffect.h
@@ -132,7 +132,6 @@ typedef union ALeffectProps {
} Echo;
struct {
- ALfloat Delay;
ALfloat LowCutoff;
ALfloat LowGain;
ALfloat Mid1Center;