From 9f74e2801b10e8b788b04babe1bf916e8f1d0287 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sat, 4 Apr 2026 17:20:26 +1100 Subject: Fix duplicate mutex shadowing 'real' mutex in base class --- src/swapchain_monitor.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/swapchain_monitor.hh b/src/swapchain_monitor.hh index 643b123..8ffcd04 100644 --- a/src/swapchain_monitor.hh +++ b/src/swapchain_monitor.hh @@ -103,9 +103,6 @@ class ReflexSwapchainMonitor final : public SwapchainMonitor { // Much simpler synchronous waiting without another monitor thread - still need // to synchronise across threads however. class AntiLagSwapchainMonitor final : public SwapchainMonitor { - private: - std::mutex mutex; - public: AntiLagSwapchainMonitor(const DeviceContext& device, const bool was_low_latency_requested); -- cgit v1.2.3