aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-27 00:14:58 -0800
committerChris Robinson <[email protected]>2020-12-27 00:14:58 -0800
commite20143fcc42e4a39b365b3f1395dfde94a30ac31 (patch)
treeab9324a678d0d4ea7316836da1629581538a9fa8 /al/auxeffectslot.h
parent507cbfa0271e6183a06c5b2eec3465bc37a108e5 (diff)
Move the WetBuffer reference to EffectSlot
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r--al/auxeffectslot.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h
index 4d3c8640..85239cc1 100644
--- a/al/auxeffectslot.h
+++ b/al/auxeffectslot.h
@@ -51,9 +51,6 @@ struct ALeffectslot {
/* Self ID */
ALuint id{};
- /* Mixing buffer used by the Wet mix. */
- WetBuffer *mWetBuffer{nullptr};
-
ALeffectslot() { PropsClean.test_and_set(std::memory_order_relaxed); }
ALeffectslot(const ALeffectslot&) = delete;
ALeffectslot& operator=(const ALeffectslot&) = delete;