mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Remove obsolete comment
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user