From af6485cd8c85665b15ef8d2c812da17604ca4e32 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 22 Feb 2024 14:04:18 +0400 Subject: Fix new warnings --- src/input.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/input.rs') 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::*; -- cgit