diff --git a/src/sfizz/FilePool.cpp b/src/sfizz/FilePool.cpp index 95647340..9bec98ef 100644 --- a/src/sfizz/FilePool.cpp +++ b/src/sfizz/FilePool.cpp @@ -516,7 +516,6 @@ void sfz::FilePool::waitForBackgroundLoading() noexcept void sfz::FilePool::raiseCurrentThreadPriority() noexcept { #if defined(_WIN32) - #pragma message("Implement Win32 thread background priority") HANDLE thread = GetCurrentThread(); const int priority = THREAD_PRIORITY_ABOVE_NORMAL; /*THREAD_PRIORITY_HIGHEST*/ if (!SetThreadPriority(thread, priority)) {