Skip to content

Commit ae6f36a

Browse files
committed
Remove unused import, fold other into existing use block.
1 parent ac74322 commit ae6f36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shell/seats.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use smithay::{
1212
backend::input::{Device, DeviceCapability},
1313
desktop::utils::bbox_from_surface_tree,
1414
input::{
15-
keyboard::{KeyboardHandle, LedState, XkbConfig},
15+
keyboard::{LedState, XkbConfig},
1616
pointer::{CursorImageAttributes, CursorImageStatus},
1717
Seat, SeatState,
1818
},

0 commit comments

Comments
 (0)