Browse Source

remove unnecessary variable

master
Andromeda 2 weeks ago
parent
commit
67d5e32e2c
  1. 1
      lib/HoldRepeat.ahk

1
lib/HoldRepeat.ahk

@ -34,7 +34,6 @@ _HoldRepeat_Handler(IsHold, TargetKey, CancelKeys:=[], HoldKey:="") {
}
_HoldRepeat_Loop(IsHold, TargetKey, CancelKeys, HoldKey) {
global _HoldRepeat_LoopState
global _HoldRepeat_IsActive
global HoldRepeat_BlindMode

Loading…
Cancel
Save