parent
f33205a490
commit
6f1aecab99
3
glfw/glx_context.c
vendored
3
glfw/glx_context.c
vendored
@ -226,8 +226,6 @@ static GLFWglproc getProcAddressGLX(const char* procname)
|
||||
return _glfw_dlsym(_glfw.glx.handle, procname);
|
||||
}
|
||||
|
||||
// Destroy the OpenGL context
|
||||
//
|
||||
static void destroyContextGLX(_GLFWwindow* window)
|
||||
{
|
||||
if (window->context.glx.window)
|
||||
@ -695,4 +693,3 @@ GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow* handle)
|
||||
|
||||
return window->context.glx.window;
|
||||
}
|
||||
|
||||
|
||||
@ -71,8 +71,6 @@ static GLFWglproc getProcAddressNSGL(const char* procname)
|
||||
return symbol;
|
||||
}
|
||||
|
||||
// Destroy the OpenGL context
|
||||
//
|
||||
static void destroyContextNSGL(_GLFWwindow* window)
|
||||
{
|
||||
[window->context.nsgl.pixelFormat release];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user