diff --git a/OpenParrot/src/Functions/Global.cpp b/OpenParrot/src/Functions/Global.cpp index db0b876..ace0c47 100644 --- a/OpenParrot/src/Functions/Global.cpp +++ b/OpenParrot/src/Functions/Global.cpp @@ -85,10 +85,6 @@ DWORD WINAPI OutputsThread(__in LPVOID lpParameter) } OutputInit = true; } - if (GetAsyncKeyState(VK_ESCAPE)) - { - - } } } Sleep(300);