diff options
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r-- | al/auxeffectslot.h | 3 |
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; |