aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs
index 9ffe0613..21b57e4a 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -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();