From be80e49f1bb7e09dd67ea6886f19f091bde8a2d7 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 7 Feb 2022 17:01:20 -0800 Subject: DisabledEffects won't change so EAX can just check it once --- alc/context.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'alc/context.h') 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(); -- cgit v1.2.3