mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- Removed spurious WM_INPUT from the main WndProc.
SVN r1615 (trunk)
This commit is contained in:
parent
a11073341c
commit
3f3d677526
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue