diff --git a/raylib/utils_windows.go b/raylib/utils_windows.go index 7814c97..58b98e8 100644 --- a/raylib/utils_windows.go +++ b/raylib/utils_windows.go @@ -7,13 +7,6 @@ import ( "os" ) -var traceDebugMsgs = false - -// SetDebug - Set debug messages -func SetDebug(enabled bool) { - traceDebugMsgs = enabled -} - // TraceLog - Trace log messages showing (INFO, WARNING, ERROR, DEBUG) func TraceLog(msgType int, text string, v ...interface{}) { switch msgType {