Remove unneeded struct member

This commit is contained in:
Chris Robinson 2007-12-18 17:46:49 -08:00
parent 17c8881444
commit 72ce653bcf

View File

@ -16,9 +16,6 @@ extern "C" {
typedef struct ALeffectslot_struct
{
// AuxiliaryEffectSlot type (AL_EFFECT_NULL, ...)
ALenum type;
ALeffect effect;
ALfloat Gain;