aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-07 22:48:03 -0800
committerChris Robinson <[email protected]>2018-01-07 22:48:03 -0800
commit5d1207104ae4bb1a20ccf72bcdf6b3406c0db6ff (patch)
tree605bcc130981c9cebfd73930368c8c39c0e394f3 /OpenAL32
parentd547f52d8f4d584e9f6c3b56b8dd59f27e3dfe08 (diff)
Remove standard reverb specific processing functions
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alEffect.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h
index 80f029a9..af488aab 100644
--- a/OpenAL32/Include/alEffect.h
+++ b/OpenAL32/Include/alEffect.h
@@ -26,7 +26,6 @@ enum {
extern ALboolean DisabledEffects[MAX_EFFECTS];
extern ALfloat ReverbBoost;
-extern ALboolean EmulateEAXReverb;
struct ALeffectVtable {
void (*const setParami)(struct ALeffect *effect, ALCcontext *context, ALenum param, ALint val);