diff options
author | Chris Robinson <[email protected]> | 2018-01-07 22:48:03 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-07 22:48:03 -0800 |
commit | 5d1207104ae4bb1a20ccf72bcdf6b3406c0db6ff (patch) | |
tree | 605bcc130981c9cebfd73930368c8c39c0e394f3 /OpenAL32 | |
parent | d547f52d8f4d584e9f6c3b56b8dd59f27e3dfe08 (diff) |
Remove standard reverb specific processing functions
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alEffect.h | 1 |
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); |