diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-22 14:04:18 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-22 14:04:18 +0400 |
| commit | af6485cd8c85665b15ef8d2c812da17604ca4e32 (patch) | |
| tree | 25342f9f4da55b891b1e996ed99ead4dba07a662 /src/input.rs | |
| parent | f32a25eefefa23a0849a8f3c2710bcfd4fd8d5a0 (diff) | |
| download | niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.tar.gz niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.tar.bz2 niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.zip | |
Fix new warnings
Diffstat (limited to 'src/input.rs')
| -rw-r--r-- | src/input.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input.rs b/src/input.rs index 0d14e7e6..93c56474 100644 --- a/src/input.rs +++ b/src/input.rs @@ -17,7 +17,6 @@ use smithay::input::pointer::{ GesturePinchBeginEvent, GesturePinchEndEvent, GesturePinchUpdateEvent, GestureSwipeBeginEvent, GestureSwipeEndEvent, GestureSwipeUpdateEvent, MotionEvent, RelativeMotionEvent, }; -use smithay::reexports::input; use smithay::utils::{Logical, Point, SERIAL_COUNTER}; use smithay::wayland::pointer_constraints::{with_pointer_constraint, PointerConstraint}; use smithay::wayland::tablet_manager::{TabletDescriptor, TabletSeatTrait}; @@ -1639,7 +1638,7 @@ pub fn apply_libinput_settings(config: &niri_config::Input, device: &mut input:: #[cfg(test)] mod tests { - use niri_config::{Action, Bind, Binds, Key, Modifiers}; + use niri_config::{Bind, Key}; use super::*; |
