aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-08-02 13:18:25 +0200
committerVaxry <[email protected]>2024-08-03 18:23:44 +0200
commitac5f6217a7978080e85359205b6df73d9fa995c6 (patch)
tree139b96c35bed4ee36696c5224acd9fcc284ce83d
parentae50f8614d92132d918663ea7551bd68eb13953a (diff)
downloadHyprland-ac5f6217a7978080e85359205b6df73d9fa995c6.tar.gz
Hyprland-ac5f6217a7978080e85359205b6df73d9fa995c6.zip
nuke buggy code wtf XD lol lmao
-rw-r--r--src/render/Renderer.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/render/Renderer.cpp b/src/render/Renderer.cpp
index 127ae187..0d92bdc5 100644
--- a/src/render/Renderer.cpp
+++ b/src/render/Renderer.cpp
@@ -1425,12 +1425,6 @@ bool CHyprRenderer::commitPendingAndDoExplicitSync(CMonitor* pMonitor) {
}
explicitPresented.clear();
- auto outFence = pMonitor->outTimeline->exportAsSyncFileFD(pMonitor->commitSeq);
- if (outFence < 0)
- Debug::log(ERR, "Export commitSeq {} as sync explicitOutFence failed", pMonitor->commitSeq);
-
- pMonitor->output->state->setExplicitOutFence(outFence);
- Debug::log(TRACE, "Explicit sync presented end");
}
pMonitor->lastWaitPoint = 0;