diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2023-08-28 08:48:50 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2023-08-28 08:48:50 +0400 |
| commit | f7041156eb8e3fed3efc7b1333e13bce6ef5e6c4 (patch) | |
| tree | fed64ab0ef2eca6d2def0c0356fb8fae09891b88 /src/input.rs | |
| parent | b22bb7a7b5b07641b9b863d41efad9262f0d15e2 (diff) | |
| download | niri-f7041156eb8e3fed3efc7b1333e13bce6ef5e6c4.tar.gz niri-f7041156eb8e3fed3efc7b1333e13bce6ef5e6c4.tar.bz2 niri-f7041156eb8e3fed3efc7b1333e13bce6ef5e6c4.zip | |
Remove obsolete comment
Diffstat (limited to 'src/input.rs')
| -rw-r--r-- | src/input.rs | 1 |
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(); |
