aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index 1659593f..d6bd005f 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -2149,8 +2149,6 @@ ALCenum UpdateDeviceParams(ALCdevice *device, const int *attrList)
context->mPropsDirty.test_and_clear(std::memory_order_release);
UpdateContextProps(context);
- context->mListener.mPropsDirty.test_and_clear(std::memory_order_release);
- UpdateListenerProps(context);
UpdateAllSourceProps(context);
}
mixer_mode.leave();
@@ -3025,7 +3023,6 @@ START_API_FUNC
TRACE("volume-adjust gain: %f\n", context->mGainBoost);
}
}
- UpdateListenerProps(context.get());
{
using ContextArray = al::FlexArray<ContextBase*>;