From f8dfded8bab845845800ae80833c14f6a6ca0a29 Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Tue, 28 Oct 2025 16:57:06 +0000 Subject: [PATCH] Compile fix --- src/glx_context.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/glx_context.c b/src/glx_context.c index 923fcd777..06970f091 100644 --- a/src/glx_context.c +++ b/src/glx_context.c @@ -641,8 +641,6 @@ GLFWbool _glfwCreateContextGLX(_GLFWwindow* window, return GLFW_FALSE; } - window->context.glx.fbconfig = native; - window->context.makeCurrent = makeContextCurrentGLX; window->context.swapBuffers = swapBuffersGLX; window->context.swapInterval = swapIntervalGLX;