From 62ccec0ac58d7538ca6597459b56462f0e8b9060 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 5 Feb 2021 14:36:28 +0100 Subject: REMOVED: SetTraceLogExit() I feel nobody has ever used this function... --- src/utils.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/utils.c') 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) { -- cgit v1.2.3