mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 11:58:13 +00:00
REMOVED: SetTraceLogExit()
I feel nobody has ever used this function...
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user