From f0154c4366445f8ef360c233e9bc11a33d75b922 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Thu, 22 Apr 2021 03:00:05 -0700
Subject: Move declarations to a more appropriate header

---
 alc/alc.cpp | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'alc/alc.cpp')

diff --git a/alc/alc.cpp b/alc/alc.cpp
index 945f322a..b79ea9c8 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -1316,12 +1316,6 @@ void ProbeCaptureDeviceList()
 
 } // namespace
 
-/* Mixing thread piority level */
-int RTPrioLevel{1};
-
-/* Allow reducing the process's RTTime limit for RTKit. */
-bool AllowRTTimeLimit{true};
-
 FILE *gLogFile{stderr};
 #ifdef _DEBUG
 LogLevel gLogLevel{LogLevel::Warning};
-- 
cgit v1.2.3