summaryrefslogtreecommitdiffhomepage
path: root/src/utils.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-02-05 14:36:28 +0100
committerraysan5 <[email protected]>2021-02-05 14:36:28 +0100
commit62ccec0ac58d7538ca6597459b56462f0e8b9060 (patch)
tree78f114e604d4e17e9b1201274b0cc37f5fdc8cb0 /src/utils.c
parent421e5d4829be46f131efadb00797cbf6aa22ea72 (diff)
downloadraylib-62ccec0ac58d7538ca6597459b56462f0e8b9060.tar.gz
raylib-62ccec0ac58d7538ca6597459b56462f0e8b9060.zip
REMOVED: SetTraceLogExit()
I feel nobody has ever used this function...
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)
{