river: clean up some uneeded TODOs

This commit is contained in:
Isaac Freund
2023-03-04 20:52:26 +01:00
parent f5f9b526a0
commit ea4e589fdc
4 changed files with 0 additions and 9 deletions

View File

@ -224,7 +224,6 @@ pub fn init(self: *Self, seat: *Seat) !void {
wlr_cursor.events.pinch_end.add(&self.pinch_end);
seat.wlr_seat.events.request_set_cursor.add(&self.request_set_cursor);
// TODO(wlroots) handle the cancel event, blocked on wlroots 0.16.0
wlr_cursor.events.touch_up.add(&self.touch_up);
wlr_cursor.events.touch_down.add(&self.touch_down);
wlr_cursor.events.touch_motion.add(&self.touch_motion);