mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-27 21:58:18 +01:00
Remove unused import
QUICK BEFORE THE CI FAILS
This commit is contained in:
parent
14a36b9738
commit
1f909ac81b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ use smithay::{
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
render::{pointer::PointerElement, take_presentation_feedback},
|
render::{pointer::PointerElement, take_presentation_feedback},
|
||||||
state::{State, WithState},
|
state::State,
|
||||||
};
|
};
|
||||||
|
|
||||||
use super::{Backend, BackendData};
|
use super::{Backend, BackendData};
|
||||||
|
|
Loading…
Reference in a new issue