Removed superfluous member clearing.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent 82056cd494
commit 25de1dd957
  1. 4
      src/win32/win32_window.c

@ -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;

Loading…
Cancel
Save