diff options
author | Chris Robinson <[email protected]> | 2022-07-15 06:24:37 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-07-15 06:58:15 -0700 |
commit | af5d4fb77dd12bee2dd5c4b7feadcbab913d6290 (patch) | |
tree | 9a10efe4dd38caa17895b308ba0a42379ec824a1 /alc/context.h | |
parent | 0f4679981b575cc76158126dec7d9bdda3ba1c29 (diff) |
Don't store and manage wet buffers separately
Diffstat (limited to 'alc/context.h')
-rw-r--r-- | alc/context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/alc/context.h b/alc/context.h index 9095b00a..3046c8b7 100644 --- a/alc/context.h +++ b/alc/context.h @@ -68,9 +68,6 @@ struct EffectSlotSubList { struct ALCcontext : public al::intrusive_ref<ALCcontext>, ContextBase { const al::intrusive_ptr<ALCdevice> mALDevice; - /* Wet buffers used by effect slots. */ - al::vector<WetBufferPtr> mWetBuffers; - bool mPropsDirty{true}; bool mDeferUpdates{false}; |