From 72ce653bcf665d31908f94a4e321db370a162e4e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 18 Dec 2007 17:46:49 -0800 Subject: [PATCH] Remove unneeded struct member --- OpenAL32/Include/alAuxEffectSlot.h | 3 --- 1 file changed, 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;