Removed duplication from bad rebase.

This commit is contained in:
Camilla Berglund 2015-01-06 14:00:20 +01:00
parent 40f7d4fce0
commit 9ec1a4361b
1 changed files with 0 additions and 5 deletions

View File

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