aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-18 17:46:49 -0800
committerChris Robinson <[email protected]>2007-12-18 17:46:49 -0800
commit72ce653bcf665d31908f94a4e321db370a162e4e (patch)
treea61bb8bcedaa7ef51e3da32db3fe357b1821e0d6
parent17c88814445333bb14797e7598f25d94ae350a3b (diff)
Remove unneeded struct member
-rw-r--r--OpenAL32/Include/alAuxEffectSlot.h3
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;