aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-08-28 08:48:50 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-08-28 08:48:50 +0400
commitf7041156eb8e3fed3efc7b1333e13bce6ef5e6c4 (patch)
treefed64ab0ef2eca6d2def0c0356fb8fae09891b88 /src
parentb22bb7a7b5b07641b9b863d41efad9262f0d15e2 (diff)
downloadniri-f7041156eb8e3fed3efc7b1333e13bce6ef5e6c4.tar.gz
niri-f7041156eb8e3fed3efc7b1333e13bce6ef5e6c4.tar.bz2
niri-f7041156eb8e3fed3efc7b1333e13bce6ef5e6c4.zip
Remove obsolete comment
Diffstat (limited to 'src')
-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();