Removed EGL dlopen.

This commit is contained in:
Camilla Berglund
2013-01-04 06:59:07 +01:00
parent 2757b0fa6f
commit 7ff86576e3
5 changed files with 1 additions and 84 deletions
-4
View File
@@ -708,12 +708,8 @@ const char* _glfwPlatformGetVersionString(void)
" glXGetProcAddressARB"
#elif defined(_GLFW_HAS_GLXGETPROCADDRESSEXT)
" glXGetProcAddressEXT"
#elif defined(_GLFW_HAS_EGLGETPROCADDRESS)
" eglGetProcAddress"
#elif defined(_GLFW_DLOPEN_LIBGL)
" dlsym(libGL)"
#elif defined(_GLFW_DLOPEN_LIBEGL)
" dlsym(libEGL)"
#else
" no-extension-support"
#endif