mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Remove no-op ReleaseDC
This commit is contained in:
parent
fc250c3df7
commit
12903ee9b5
@ -476,12 +476,6 @@ void _glfwDestroyContext(_GLFWwindow* window)
|
|||||||
_glfw_wglDeleteContext(window->context.wgl.handle);
|
_glfw_wglDeleteContext(window->context.wgl.handle);
|
||||||
window->context.wgl.handle = NULL;
|
window->context.wgl.handle = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window->context.wgl.dc)
|
|
||||||
{
|
|
||||||
ReleaseDC(window->win32.handle, window->context.wgl.dc);
|
|
||||||
window->context.wgl.dc = NULL;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Analyzes the specified context for possible recreation
|
// Analyzes the specified context for possible recreation
|
||||||
|
Loading…
Reference in New Issue
Block a user