diff options
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 6 |
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}; |