Remove obsolete comment

This commit is contained in:
Ivan Molodetskikh
2023-09-25 21:23:46 +04:00
parent cd4f7c0378
commit fb43dcd61e
-2
View File
@@ -782,8 +782,6 @@ impl Niri {
return;
}
// Timer::immediate() adds a millisecond of delay for some reason.
// This should be fixed in calloop v0.11: https://github.com/Smithay/calloop/issues/142
let idle = self.event_loop.insert_idle(move |state| {
state.niri.redraw(&mut state.backend, &output);
});