diff options
author | Chris Robinson <[email protected]> | 2007-12-18 17:46:49 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-18 17:46:49 -0800 |
commit | 72ce653bcf665d31908f94a4e321db370a162e4e (patch) | |
tree | a61bb8bcedaa7ef51e3da32db3fe357b1821e0d6 | |
parent | 17c88814445333bb14797e7598f25d94ae350a3b (diff) |
Remove unneeded struct member
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 5e6441a2..e34d787d 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -16,9 +16,6 @@ extern "C" { typedef struct ALeffectslot_struct { - // AuxiliaryEffectSlot type (AL_EFFECT_NULL, ...) - ALenum type; - ALeffect effect; ALfloat Gain; |