From 01521b684998c43a7bd4d062af9858961379fecb Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 11 Mar 2023 23:03:53 -0800 Subject: Don't change the context's EAX version on every set/get call --- 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 d93d63d6..c0f1805c 100644 --- a/alc/context.h +++ b/alc/context.h @@ -187,7 +187,6 @@ public: public: bool has_eax() const noexcept { return eax_is_initialized_; } bool eax_is_capable() const noexcept; - int eax_get_version() const noexcept { return eax_version_; } void eax_uninitialize() noexcept; @@ -475,9 +474,6 @@ private: static void eax4_context_set_defaults(Eax4State& state) noexcept; static void eax5_context_set_defaults(Eax5Props& props) noexcept; static void eax5_context_set_defaults(Eax5State& state) noexcept; - void eax4_context_set_current_defaults(const Eax4Props& props) noexcept; - void eax5_context_set_current_defaults(const Eax5Props& props) noexcept; - void eax_context_set_current_defaults(); void eax_context_set_defaults(); void eax_set_defaults(); -- cgit v1.2.3