From ffc2499f51dd8aa07c0042292e0e450a7228a4b8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 16 Jul 2015 08:32:55 +0200 Subject: Revert "try to fix FSX stutter while FSX has focus" This reverts commit ab47eac174db02710a7fa6c194e00c31cef755a4. --- ftnoir_protocol_sc/ftnoir_protocol_sc.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp b/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp index 52db14f8..7d4e09f9 100644 --- a/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp +++ b/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp @@ -41,9 +41,6 @@ FTNoIR_Protocol::~FTNoIR_Protocol() void FTNoIR_Protocol::run() { - (void) SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_ABOVE_NORMAL); - (void) SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_HIGHEST); - HANDLE event = CreateEvent(NULL, FALSE, FALSE, nullptr); if (event == nullptr) -- cgit v1.2.3