aboutsummaryrefslogtreecommitdiff
path: root/src/machine
diff options
context:
space:
mode:
Diffstat (limited to 'src/machine')
-rw-r--r--src/machine/keyctrl.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/machine/keyctrl.rs b/src/machine/keyctrl.rs
index 91a9722..94c3cd1 100644
--- a/src/machine/keyctrl.rs
+++ b/src/machine/keyctrl.rs
@@ -5,7 +5,6 @@ use bitflags::bitflags;
use core::cmp;
use core::cmp::{Eq, PartialEq};
use core::ffi::c_uchar;
-use num_enum::{IntoPrimitive, TryFromPrimitive};
// Driver for the PS/2 keybard/mouse controller
// beyound OOStuBS: