From 25d1b7bdba7b0c68e9e8e6f727c991cb69f24f4a Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 26 Jul 2016 03:45:25 -0700 Subject: Remove broken autowah effect code It's been disabled forever, and I have no idea how to make it work properly. Better to just redo it when making something that works. --- OpenAL32/Include/alEffect.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'OpenAL32/Include/alEffect.h') diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h index d20ef077..b97b0147 100644 --- a/OpenAL32/Include/alEffect.h +++ b/OpenAL32/Include/alEffect.h @@ -12,7 +12,6 @@ struct ALeffect; enum { EAXREVERB = 0, REVERB, - AUTOWAH, CHORUS, COMPRESSOR, DISTORTION, @@ -51,7 +50,6 @@ const struct ALeffectVtable T##_vtable = { \ extern const struct ALeffectVtable ALeaxreverb_vtable; extern const struct ALeffectVtable ALreverb_vtable; -extern const struct ALeffectVtable ALautowah_vtable; extern const struct ALeffectVtable ALchorus_vtable; extern const struct ALeffectVtable ALcompressor_vtable; extern const struct ALeffectVtable ALdistortion_vtable; @@ -93,13 +91,6 @@ typedef union ALeffectProps { ALfloat LFReference; } Reverb; - struct { - ALfloat AttackTime; - ALfloat ReleaseTime; - ALfloat PeakGain; - ALfloat Resonance; - } Autowah; - struct { ALint Waveform; ALint Phase; -- cgit v1.2.3