aboutsummaryrefslogtreecommitdiffstats
path: root/alc
diff options
context:
space:
mode:
Diffstat (limited to 'alc')
-rw-r--r--alc/context.cpp7
-rw-r--r--alc/context.h1
2 files changed, 0 insertions, 8 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};
diff --git a/alc/context.h b/alc/context.h
index 613c6c12..bd966704 100644
--- a/alc/context.h
+++ b/alc/context.h
@@ -243,7 +243,6 @@ public:
void eax_update_filters();
- void eax_commit_sources();
void eax_commit_and_update_sources();