aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-02-08 09:29:00 -0800
committerChris Robinson <[email protected]>2022-02-08 09:29:00 -0800
commit370f8623929f6c4cd245ac79b8569f1be53e6c51 (patch)
treefe47d627c1245fa1e769a7ddada288103b7b5483 /alc/context.cpp
parent98fc1cd97df227f12a1047c2b8385683b7f610fa (diff)
Inline ALCcontext::has_eax
Diffstat (limited to 'alc/context.cpp')
-rw-r--r--alc/context.cpp5
1 files changed, 0 insertions, 5 deletions
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();