Removed string for impossible configuration.

The GLX platform header throws an #error if no extension retrieval
mechanism is selected.
This commit is contained in:
Camilla Berglund 2013-02-12 12:51:09 +01:00
parent 52f718d026
commit 823022fdb2

View File

@ -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"