Skip to content

Commit

Permalink
keyboard: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 12, 2024
1 parent 6a3138e commit da65e39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions keyboard_plugin/src/backend/kde.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
use dbus::blocking::Connection;
use dbus::channel::Sender;
use dbus::{Error, Message};
use dbus::Message;
use re_set_lib::ERROR;
#[cfg(debug_assertions)]
use re_set_lib::{utils::macros::ErrorLevel, write_log_to_file};

use crate::keyboard_layout::KeyboardLayout;
use crate::utils::parse_setting;
use std::process::Command;
use std::time::Duration;

pub fn get_saved_layouts_kde(all_keyboards: &[KeyboardLayout]) -> Vec<KeyboardLayout> {
let output = Command::new("kreadconfig6")
Expand Down

0 comments on commit da65e39

Please sign in to comment.