summaryrefslogtreecommitdiffhomepage
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/utils.c b/src/utils.c
index de3acac9..42830115 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -97,12 +97,6 @@ void SetTraceLogLevel(int logType)
logTypeLevel = logType;
}
-// Set the exit threshold (minimum) log level
-void SetTraceLogExit(int logType)
-{
- logTypeExit = logType;
-}
-
// Set a trace log callback to enable custom logging
void SetTraceLogCallback(TraceLogCallback callback)
{