diff options
Diffstat (limited to 'alc/context.cpp')
-rw-r--r-- | alc/context.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/alc/context.cpp b/alc/context.cpp index 36818537..07dc76bf 100644 --- a/alc/context.cpp +++ b/alc/context.cpp @@ -549,13 +549,6 @@ void ALCcontext::eax_update_filters() } } -void ALCcontext::eax_commit_sources() -{ - std::unique_lock<std::mutex> source_lock{mSourceLock}; - for (auto& source : SourceListEnumerator{mSourceList}) - source.eax_commit(); -} - void ALCcontext::eax_commit_and_update_sources() { std::unique_lock<std::mutex> source_lock{mSourceLock}; |