aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-09-25 21:23:46 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-09-26 13:45:03 +0400
commitfb43dcd61e1f09309a735cdec20efb581ff13a86 (patch)
tree890791df0b1b9f169ea98684ec334385d832eb76
parentcd4f7c0378e7ce3ed14a1d1b1a1146c7a7ef33bf (diff)
downloadniri-fb43dcd61e1f09309a735cdec20efb581ff13a86.tar.gz
niri-fb43dcd61e1f09309a735cdec20efb581ff13a86.tar.bz2
niri-fb43dcd61e1f09309a735cdec20efb581ff13a86.zip
Remove obsolete comment
-rw-r--r--src/niri.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/niri.rs b/src/niri.rs
index 061d44c0..6bcca8eb 100644
--- a/src/niri.rs
+++ b/src/niri.rs
@@ -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);
});