From 78c135606a07eceb223c887bc9e0a654e07f81df Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 1 Feb 2012 18:38:06 +0100 Subject: [PATCH] Removed error made superfluous by our glxext.h header. --- src/x11_platform.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/x11_platform.h b/src/x11_platform.h index 46f09f1a..8292d635 100644 --- a/src/x11_platform.h +++ b/src/x11_platform.h @@ -46,13 +46,6 @@ // extensions and not all operating systems come with an up-to-date version #include "../support/GL/glxext.h" - -// We need declarations for GLX version 1.3 or above even if the server doesn't -// support version 1.3 -#ifndef GLX_VERSION_1_3 - #error "GLX header version 1.3 or above is required" -#endif - // With XFree86, we can use the XF86VidMode extension #if defined(_GLFW_HAS_XF86VIDMODE) #include