Remove obsolete comment

This commit is contained in:
Ivan Molodetskikh
2023-08-28 08:48:50 +04:00
parent b22bb7a7b5
commit f7041156eb
-1
View File
@@ -453,7 +453,6 @@ impl Niri {
self.seat.get_pointer().unwrap().axis(self, frame);
}
// FIXME: tablet_tool protocol
InputEvent::TabletToolAxis { event, .. } => {
// FIXME: allow mapping tablet to different outputs.
let output = self.global_space.outputs().next().unwrap();