From 6a70a9e40eea041a02573980ca29f4ac1b1468e0 Mon Sep 17 00:00:00 2001 From: Mao JunJie Date: Tue, 27 Jan 2026 21:33:01 -0500 Subject: [PATCH] remove unessary macro --- src/rcore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rcore.c b/src/rcore.c index 8ede18cc1..6e9cf9a1f 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -4047,7 +4047,6 @@ float GetGamepadAxisMovement(int gamepad, int axis) // NOTE: Functions with a platform-specific implementation on rcore_.c //void SetMousePosition(int x, int y) //void SetMouseCursor(int cursor) -#define ArrayCount(arr) (sizeof(arr) / sizeof((arr)[0])) // Check if a mouse button has been pressed once bool IsMouseButtonPressed(int button)