Removed needless line

This commit is contained in:
cyber-sushi 2024-05-19 06:55:28 +02:00
parent 475381e7e4
commit f87c8cec45

View file

@ -174,7 +174,6 @@ fn parse_raw_config(raw_config: RawConfig) -> (Bindings, HashMap<String, String>
}
if str_modifiers[0] == "" {
modifiers.push(Event::Hold);
modifiers.sort();
}
if let Ok(event) = Axis::from_str(event) {
if !bindings.remap.contains_key(&Event::Axis(event)) {