From 503bc30f5cc68900979d69acec0e1a451c448764 Mon Sep 17 00:00:00 2001 From: ubkp <118854183+ubkp@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:28:27 -0300 Subject: [PATCH] Revert commit cef25c6 to fix macro redefined warning --- src/rcore.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rcore.h b/src/rcore.h index 6379b0adb..b866273f0 100644 --- a/src/rcore.h +++ b/src/rcore.h @@ -7,7 +7,6 @@ #include // Required for: time() [Used in InitTimer()] #include // Required for: tan() [Used in BeginMode3D()], atan2f() [Used in LoadVrStereoConfig()] -#define SUPPORT_TRACELOG #include "utils.h" // Required for: TRACELOG() macros #if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)