diff options
author | Chris Robinson <[email protected]> | 2022-02-07 17:01:20 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-02-08 08:21:06 -0800 |
commit | be80e49f1bb7e09dd67ea6886f19f091bde8a2d7 (patch) | |
tree | a77d424a068896412f059ef34dbbfb3b90d9adaa /alc/context.h | |
parent | d42077680890fee9e8f150e99bc259435bbe5d44 (diff) |
DisabledEffects won't change so EAX can just check it once
Diffstat (limited to 'alc/context.h')
-rw-r--r-- | alc/context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/alc/context.h b/alc/context.h index 682012c7..93b70d83 100644 --- a/alc/context.h +++ b/alc/context.h @@ -361,10 +361,6 @@ private: void eax_ensure_enough_aux_sends() const; - bool eax_has_eax_reverb_effect() const noexcept; - - void eax_ensure_eax_reverb_effect() const; - void eax_ensure_compatibility(); |