Removed string for impossible configuration.

The GLX platform header throws an #error if no extension retrieval
mechanism is selected.
master
Camilla Berglund ago%!(EXTRA string=12 years)
parent 52f718d026
commit 823022fdb2
  1. 2
      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"

Loading…
Cancel
Save