From 4b84a094012f1e0bda13977c019e90ac82c896b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrea=20Palmat=C3=A8?= Date: Sun, 10 Sep 2023 11:18:27 +0200 Subject: [PATCH] Removed wrong STATE defitintions for OS4 --- src/platform.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/platform.h b/src/platform.h index ceeba98c..4238091c 100644 --- a/src/platform.h +++ b/src/platform.h @@ -89,8 +89,6 @@ #define GLFW_OS4_CURSOR_STATE #define GLFW_OS4_LIBRARY_WINDOW_STATE #define GLFW_OS4_JOYSTICK_STATE - #define GLFW_GLX_CONTEXT_STATE - #define GLFW_GLX_LIBRARY_CONTEXT_STATE #endif #include "null_joystick.h"