mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Removed superfluous member clearing.
This commit is contained in:
parent
82056cd494
commit
25de1dd957
@ -1135,10 +1135,6 @@ static int createWindow(_GLFWwindow* window,
|
||||
RECT wa;
|
||||
POINT pos;
|
||||
|
||||
window->WGL.DC = NULL;
|
||||
window->WGL.context = NULL;
|
||||
window->Win32.handle = NULL;
|
||||
|
||||
// Set common window styles
|
||||
dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_VISIBLE;
|
||||
dwExStyle = WS_EX_APPWINDOW;
|
||||
|
Loading…
Reference in New Issue
Block a user