From 57e28e14174cc6498bee34adbdd1c3e423ee5c14 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Thu, 25 Oct 2018 16:34:44 +0200 Subject: [PATCH] renmoved commented code --- MacPass/MPAutotypeKeyPress.m | 1 - 1 file changed, 1 deletion(-) diff --git a/MacPass/MPAutotypeKeyPress.m b/MacPass/MPAutotypeKeyPress.m index a1b808b0..4179cb36 100644 --- a/MacPass/MPAutotypeKeyPress.m +++ b/MacPass/MPAutotypeKeyPress.m @@ -71,7 +71,6 @@ static CGEventFlags _updateModifierMaskForCurrentDefaults(CGEventFlags modifiers if(![self isValid]) { return; // no valid command. Stop. } - //CGKeyCode mappedKey = [self _transformKeyCode]; [self sendPressKey:self.key]; }