From 370f8623929f6c4cd245ac79b8569f1be53e6c51 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 8 Feb 2022 09:29:00 -0800 Subject: Inline ALCcontext::has_eax --- alc/context.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'alc/context.cpp') diff --git a/alc/context.cpp b/alc/context.cpp index cf879d9c..290c4f01 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -444,11 +444,6 @@ ALCcontext::SourceListIterator ALCcontext::SourceListEnumerator::end() noexcept } -bool ALCcontext::has_eax() const noexcept -{ - return eax_is_initialized_; -} - bool ALCcontext::eax_is_capable() const noexcept { return eax_has_enough_aux_sends(); -- cgit v1.2.3