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/handlers | |
| parent | f32a25eefefa23a0849a8f3c2710bcfd4fd8d5a0 (diff) | |
| download | niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.tar.gz niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.tar.bz2 niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.zip | |
Fix new warnings
Diffstat (limited to 'src/handlers')
| -rw-r--r-- | src/handlers/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
