aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-03-16 02:46:19 -0700
committerChris Robinson <[email protected]>2023-03-16 02:46:19 -0700
commitef5373611fb0411be0e29c463f0e525481011eb0 (patch)
tree5d5e49a0bebe207853803a2406ac815326e0c4b1 /al/source.h
parenta4b1986556f5c21f77b58b619312fcb7d5435e97 (diff)
Commit deferred EAX properties in alcProcessContext
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/al/source.h b/al/source.h
index 78268781..9dffbff7 100644
--- a/al/source.h
+++ b/al/source.h
@@ -162,7 +162,6 @@ public:
void eax_initialize(ALCcontext *context) noexcept;
void eax_dispatch(const EaxCall& call);
void eax_commit();
- void eax_commit_and_update();
void eax_mark_as_changed() { eax_changed_ = true; }
static ALsource* eax_lookup_source(ALCcontext& al_context, ALuint source_id) noexcept;