- Removed spurious WM_INPUT from the main WndProc.

SVN r1615 (trunk)
This commit is contained in:
Randy Heit 2009-05-27 21:05:19 +00:00
parent a11073341c
commit 3f3d677526
1 changed files with 0 additions and 2 deletions

View File

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