From 25de1dd95726e66b8ab6b5fe1b412377490a7d01 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 4 Oct 2010 18:34:23 +0200 Subject: [PATCH] Removed superfluous member clearing. --- src/win32/win32_window.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/win32/win32_window.c b/src/win32/win32_window.c index 194d128d..c4bc10fb 100755 --- a/src/win32/win32_window.c +++ b/src/win32/win32_window.c @@ -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;