removed unecessary command

This commit is contained in:
S4R1N
2021-04-01 17:04:51 -04:00
parent 8fabb6f72a
commit ba37bcf796
-1
View File
@@ -39,7 +39,6 @@ int main() {
::SetTimer(NULL, dummy, NULL, (TIMERPROC)address);
::GetMessageW(&msg, NULL, 0, 0);
::TranslateMessage(&msg);
::DispatchMessageW(&msg);
return 0;