diff options
author | Chris Robinson <[email protected]> | 2022-03-26 05:28:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-03-26 05:28:46 -0700 |
commit | e53013a549e175777c288066d4d1e7900c8670cc (patch) | |
tree | 974c458625d58a8a5ea797f25f30bf352a852c6c /al/source.cpp | |
parent | 6d0bd1a5320e3103b10e5263732566c9d63981d9 (diff) |
Inline a couple dispatch calls
Diffstat (limited to 'al/source.cpp')
-rw-r--r-- | al/source.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/al/source.cpp b/al/source.cpp index f46b24fb..ea3a4de7 100644 --- a/al/source.cpp +++ b/al/source.cpp @@ -3744,19 +3744,6 @@ void ALsource::eax_initialize(ALCcontext *context) noexcept eax_d_ = eax_; } -void ALsource::eax_dispatch( - const EaxEaxCall& eax_call) -{ - if (eax_call.is_get()) - { - eax_get(eax_call); - } - else - { - eax_set(eax_call); - } -} - void ALsource::eax_update_filters() { eax_update_filters_internal(); |