Remove compile-time client library selection

This commit is contained in:
Camilla Berglund
2015-10-14 03:14:56 +02:00
parent 1b1ef31228
commit 22eca139fb
4 changed files with 9 additions and 123 deletions
-2
View File
@@ -268,9 +268,7 @@ struct _GLFWwindow
int release;
} context;
#if defined(_GLFW_USE_OPENGL)
PFNGLGETSTRINGIPROC GetStringi;
#endif
PFNGLGETINTEGERVPROC GetIntegerv;
PFNGLGETSTRINGPROC GetString;
PFNGLCLEARPROC Clear;