diff --git a/raylib/utils_log.h b/raylib/utils_log.h index 8842e4b..8bfc72f 100644 --- a/raylib/utils_log.h +++ b/raylib/utils_log.h @@ -4,7 +4,6 @@ extern "C" { // Prevents name mangling of functions void setLogCallbackWrapper(void); // enable the call-back -void internalTraceLogCallbackGo(int, void*, int); // Go function that will get called #if defined(__cplusplus) }