diff options
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}; |