mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Removed string for impossible configuration.
The GLX platform header throws an #error if no extension retrieval mechanism is selected.
This commit is contained in:
parent
52f718d026
commit
823022fdb2
@ -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…
Reference in New Issue
Block a user