1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 02:38:52 -05:00

Removed superfluous member clearing.

This commit is contained in:
Camilla Berglund 2010-10-04 18:34:23 +02:00
parent 82056cd494
commit 25de1dd957

View File

@ -1135,10 +1135,6 @@ static int createWindow(_GLFWwindow* window,
RECT wa; RECT wa;
POINT pos; POINT pos;
window->WGL.DC = NULL;
window->WGL.context = NULL;
window->Win32.handle = NULL;
// Set common window styles // Set common window styles
dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_VISIBLE; dwStyle = WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_VISIBLE;
dwExStyle = WS_EX_APPWINDOW; dwExStyle = WS_EX_APPWINDOW;