diff options
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 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(); |