remove touchInfo from win32_window.c

This commit is contained in:
Raja 2017-11-19 22:47:12 -05:00
parent 553e326d64
commit 6e99c99d08

View File

@ -567,7 +567,6 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
case WM_POINTERUPDATE:
case WM_POINTERUP:
{
POINTER_TOUCH_INFO touchInfo;
POINTER_PEN_INFO penInfo;
POINTER_INFO pointerInfo;
UINT32 pointerId = GET_POINTERID_WPARAM(wParam);