key: remove duplicate match rule
This commit is contained in:
parent
d51530cb73
commit
9d87579076
1 changed files with 0 additions and 3 deletions
|
@ -57,9 +57,6 @@ pub fn matches(self: Key, cp: u21, mods: Modifiers) bool {
|
|||
// rule 3
|
||||
if (self.matchShiftedCodepoint(cp, mods)) return true;
|
||||
|
||||
// rule 4
|
||||
if (self.matchShiftedCodepoint(cp, mods)) return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue