aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/swapchain_monitor.hh3
1 files changed, 0 insertions, 3 deletions
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);