Remove unused import

QUICK BEFORE THE CI FAILS
This commit is contained in:
Ottatop 2024-02-24 14:42:43 -06:00
parent 14a36b9738
commit 1f909ac81b

View file

@ -30,7 +30,7 @@ use smithay::{
use crate::{
render::{pointer::PointerElement, take_presentation_feedback},
state::{State, WithState},
state::State,
};
use super::{Backend, BackendData};