treesummaryrefslogcommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5efb450..6c48dd9 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -96,7 +96,6 @@ void key_up(char c) {
ip.ki.time = 0;
ip.ki.dwExtraInfo = 0;
- // Release key
ip.ki.dwFlags = KEYEVENTF_UNICODE | KEYEVENTF_KEYUP;
SendInput(1, &ip, sizeof(INPUT));
}