From 6e99c99d0831941041096b3e650cb7b22582e69c Mon Sep 17 00:00:00 2001 From: Raja Date: Sun, 19 Nov 2017 22:47:12 -0500 Subject: [PATCH] remove touchInfo from win32_window.c --- src/win32_window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/win32_window.c b/src/win32_window.c index df75d2deb..16ac96961 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -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);