diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2023-09-25 21:23:46 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2023-09-26 13:45:03 +0400 |
| commit | fb43dcd61e1f09309a735cdec20efb581ff13a86 (patch) | |
| tree | 890791df0b1b9f169ea98684ec334385d832eb76 /src | |
| parent | cd4f7c0378e7ce3ed14a1d1b1a1146c7a7ef33bf (diff) | |
| download | niri-fb43dcd61e1f09309a735cdec20efb581ff13a86.tar.gz niri-fb43dcd61e1f09309a735cdec20efb581ff13a86.tar.bz2 niri-fb43dcd61e1f09309a735cdec20efb581ff13a86.zip | |
Remove obsolete comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/niri.rs | 2 |
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); }); |
