mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Remove compile-time client library selection
This commit is contained in:
@@ -268,9 +268,7 @@ struct _GLFWwindow
|
||||
int release;
|
||||
} context;
|
||||
|
||||
#if defined(_GLFW_USE_OPENGL)
|
||||
PFNGLGETSTRINGIPROC GetStringi;
|
||||
#endif
|
||||
PFNGLGETINTEGERVPROC GetIntegerv;
|
||||
PFNGLGETSTRINGPROC GetString;
|
||||
PFNGLCLEARPROC Clear;
|
||||
|
||||
Reference in New Issue
Block a user