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/handlers/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/handlers') diff --git a/src/handlers/mod.rs b/src/handlers/mod.rs index f175f7bd..ec1a20a8 100644 --- a/src/handlers/mod.rs +++ b/src/handlers/mod.rs @@ -14,7 +14,6 @@ use smithay::desktop::{PopupKind, PopupManager}; use smithay::input::pointer::{CursorIcon, CursorImageStatus, PointerHandle}; use smithay::input::{keyboard, Seat, SeatHandler, SeatState}; use smithay::output::Output; -use smithay::reexports::input; use smithay::reexports::wayland_protocols::xdg::shell::server::xdg_toplevel; use smithay::reexports::wayland_server::protocol::wl_data_source::WlDataSource; use smithay::reexports::wayland_server::protocol::wl_output::WlOutput; -- cgit