aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-07-01 06:07:11 -0700
committerChris Robinson <[email protected]>2023-07-01 06:07:11 -0700
commit548f7ad80abc253a38171b7e4eb1c84a6b179a41 (patch)
treec21cf749ac11cb4a9bd90861f426716a3ed100da /alc/alc.cpp
parent0cad3f7391959d1ad83f948df37db608e3f0e72c (diff)
Don't pass the file handle to al_print
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp
index e6c2f137..0e1dc637 100644
--- a/alc/alc.cpp
+++ b/alc/alc.cpp
@@ -162,13 +162,6 @@
#endif // ALSOFT_EAX
-FILE *gLogFile{stderr};
-#ifdef _DEBUG
-LogLevel gLogLevel{LogLevel::Warning};
-#else
-LogLevel gLogLevel{LogLevel::Error};
-#endif
-
/************************************************
* Library initialization
************************************************/