Removed needless line
This commit is contained in:
parent
475381e7e4
commit
f87c8cec45
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ fn parse_raw_config(raw_config: RawConfig) -> (Bindings, HashMap<String, String>
|
||||||
}
|
}
|
||||||
if str_modifiers[0] == "" {
|
if str_modifiers[0] == "" {
|
||||||
modifiers.push(Event::Hold);
|
modifiers.push(Event::Hold);
|
||||||
modifiers.sort();
|
|
||||||
}
|
}
|
||||||
if let Ok(event) = Axis::from_str(event) {
|
if let Ok(event) = Axis::from_str(event) {
|
||||||
if !bindings.remap.contains_key(&Event::Axis(event)) {
|
if !bindings.remap.contains_key(&Event::Axis(event)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue