From e53013a549e175777c288066d4d1e7900c8670cc Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 26 Mar 2022 05:28:46 -0700 Subject: Inline a couple dispatch calls --- al/auxeffectslot.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'al/auxeffectslot.cpp') diff --git a/al/auxeffectslot.cpp b/al/auxeffectslot.cpp index 9f35142e..c1577679 100644 --- a/al/auxeffectslot.cpp +++ b/al/auxeffectslot.cpp @@ -1299,13 +1299,6 @@ bool ALeffectslot::eax_set_fx_slot_all( return is_occlusion_modified || is_occlusion_lf_ratio_modified; } -// [[nodiscard]] -bool ALeffectslot::eax_dispatch( - const EaxEaxCall& eax_call) -{ - return eax_call.is_get() ? eax_get(eax_call) : eax_set(eax_call); -} - void ALeffectslot::eax_unlock_legacy() noexcept { assert(eax_fx_slot_index_ < 2); -- cgit v1.2.3