From 9ec1a4361b9d24406d3b6715db96b3c8a199d41f Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 6 Jan 2015 14:00:20 +0100 Subject: [PATCH] Removed duplication from bad rebase. --- src/win32_window.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/win32_window.c b/src/win32_window.c index cf72c206..e6e94662 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -483,11 +483,6 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg, case WM_SIZE: { - if (wParam == SIZE_MINIMIZED) - _glfwInputWindowIconify(window, GL_TRUE); - else if (wParam == SIZE_RESTORED) - _glfwInputWindowIconify(window, GL_FALSE); - if (_glfw.focusedWindow == window) { if (window->cursorMode == GLFW_CURSOR_DISABLED)