aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-22 03:00:05 -0700
committerChris Robinson <[email protected]>2021-04-22 03:00:05 -0700
commitf0154c4366445f8ef360c233e9bc11a33d75b922 (patch)
treef207851792ac9573aba77989a61345dc4419b86c /alc/alc.cpp
parent8f8e9aa91395901f3714023b889455a2e1859d46 (diff)
Move declarations to a more appropriate header
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp6
1 files changed, 0 insertions, 6 deletions
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};