Remove pointless comments

This commit is contained in:
Camilla Löwy
2019-05-20 18:43:34 +02:00
parent d0c3fa900a
commit 84ec99bb01
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -228,8 +228,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)