From 3f3d677526d1bec6c6388271dd7e68396d18d107 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Wed, 27 May 2009 21:05:19 +0000 Subject: [PATCH] - Removed spurious WM_INPUT from the main WndProc. SVN r1615 (trunk) --- src/win32/i_input.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/win32/i_input.cpp b/src/win32/i_input.cpp index 8a4e1921e..2eb184c81 100644 --- a/src/win32/i_input.cpp +++ b/src/win32/i_input.cpp @@ -360,8 +360,6 @@ LRESULT CALLBACK WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) case WM_HOTKEY: break; - case WM_INPUT: - case WM_PAINT: if (screen != NULL && 0) {