diff options
author | Chris Robinson <[email protected]> | 2015-11-01 01:01:27 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-11-01 01:01:27 -0700 |
commit | f094d94608e00b1b08bd8c607d16651072323bb5 (patch) | |
tree | c08ca3c1d26b9edeba5a999ac5cd559d4095fccb | |
parent | 3121c3039642ba3d7aea2990fe9a0167493a4222 (diff) |
Remove an unused struct field
-rw-r--r-- | OpenAL32/Include/alEffect.h | 1 |
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; |