chore: Cleanup unused imports

This commit is contained in:
Victoria Brekenfeld 2024-06-27 16:42:41 +02:00
parent 16691581ff
commit 07d505d68f
2 changed files with 2 additions and 7 deletions

View file

@ -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;

View file

@ -2,5 +2,3 @@
mod cosmic;
mod wlr;
pub use self::{cosmic::*, wlr::*};