From 823022fdb2c73cc716773e79a08b70e8e3e5c4f3 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 12 Feb 2013 12:51:09 +0100 Subject: [PATCH] Removed string for impossible configuration. The GLX platform header throws an #error if no extension retrieval mechanism is selected. --- src/x11_init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/x11_init.c b/src/x11_init.c index 205987ee..acbee3db 100644 --- a/src/x11_init.c +++ b/src/x11_init.c @@ -631,8 +631,6 @@ const char* _glfwPlatformGetVersionString(void) " glXGetProcAddressEXT" #elif defined(_GLFW_DLOPEN_LIBGL) " dlsym(libGL)" -#else - " no-extension-support" #endif #if defined(_POSIX_TIMERS) && defined(_POSIX_MONOTONIC_CLOCK) " clock_gettime"