From 6ba4d01fddab4990c59cc729b439d39b05ede2d2 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 15 Aug 2023 15:02:41 +0400 Subject: Remove one unused import --- src/niri.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/niri.rs') diff --git a/src/niri.rs b/src/niri.rs index 968392c3..b3bbb741 100644 --- a/src/niri.rs +++ b/src/niri.rs @@ -25,7 +25,6 @@ use smithay::utils::{Logical, Point, Scale, SERIAL_COUNTER}; use smithay::wayland::compositor::{CompositorClientState, CompositorState}; use smithay::wayland::data_device::DataDeviceState; use smithay::wayland::output::OutputManagerState; -use smithay::wayland::seat::WaylandFocus; use smithay::wayland::shell::wlr_layer::{Layer, WlrLayerShellState}; use smithay::wayland::shell::xdg::XdgShellState; use smithay::wayland::shm::ShmState; -- cgit