diff --git a/src/input.rs b/src/input.rs index 6fe8c5f..dca03d2 100644 --- a/src/input.rs +++ b/src/input.rs @@ -127,7 +127,6 @@ impl InputState { pub fn clear(&mut self) { self.reload_keybind = None; self.kill_keybind = None; - self.libinput_devices.clear(); self.keybinds.clear(); self.mousebinds.clear(); self.libinput_settings.clear();