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/niri.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/niri.rs') diff --git a/src/niri.rs b/src/niri.rs index 69ae6dec..4e89e269 100644 --- a/src/niri.rs +++ b/src/niri.rs @@ -41,9 +41,8 @@ use smithay::output::{self, Output}; use smithay::reexports::calloop::generic::Generic; use smithay::reexports::calloop::timer::{TimeoutAction, Timer}; use smithay::reexports::calloop::{ - self, Idle, Interest, LoopHandle, LoopSignal, Mode, PostAction, RegistrationToken, + Idle, Interest, LoopHandle, LoopSignal, Mode, PostAction, RegistrationToken, }; -use smithay::reexports::input; use smithay::reexports::wayland_protocols::ext::session_lock::v1::server::ext_session_lock_v1::ExtSessionLockV1; use smithay::reexports::wayland_protocols::xdg::shell::server::xdg_toplevel::WmCapabilities; use smithay::reexports::wayland_protocols_misc::server_decoration as _server_decoration; -- cgit