From f7041156eb8e3fed3efc7b1333e13bce6ef5e6c4 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 28 Aug 2023 08:48:50 +0400 Subject: Remove obsolete comment --- src/input.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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(); -- cgit