diff options
Diffstat (limited to 'alc/context.cpp')
-rw-r--r-- | alc/context.cpp | 5 |
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(); |