chore: Cleanup unused imports
This commit is contained in:
parent
16691581ff
commit
07d505d68f
2 changed files with 2 additions and 7 deletions
|
|
@ -5,11 +5,8 @@ use super::{KeyModifier, KeyModifiers};
|
|||
use serde::{Deserialize, Serialize};
|
||||
use smithay::reexports::x11rb::NO_SYMBOL;
|
||||
pub use smithay::{
|
||||
backend::input::KeyState,
|
||||
input::keyboard::{keysyms as KeySyms, Keysym, XkbConfig as WlXkbConfig},
|
||||
output::{Mode, Output},
|
||||
reexports::input::{AccelProfile, ClickMethod, ScrollMethod, TapButtonMap},
|
||||
utils::{Logical, Physical, Point, Size, Transform},
|
||||
input::keyboard::{Keysym, XkbConfig as WlXkbConfig},
|
||||
utils::Transform,
|
||||
};
|
||||
use tracing::warn;
|
||||
use xkbcommon::xkb;
|
||||
|
|
|
|||
|
|
@ -2,5 +2,3 @@
|
|||
|
||||
mod cosmic;
|
||||
mod wlr;
|
||||
|
||||
pub use self::{cosmic::*, wlr::*};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue