aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alAuxEffectSlot.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-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;