From 8c7e2f99dbb283ade9f924aea5af971e20a70d9f Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 12 Oct 2010 22:12:51 +0200 Subject: [PATCH] user32: Removed some code that is unused after revision 751a09e9839d7273895df24666a0bb2fb51a29c7. --- dlls/user32/cursoricon.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/user32/cursoricon.c b/dlls/user32/cursoricon.c index 82360a2592..9732db67e1 100644 --- a/dlls/user32/cursoricon.c +++ b/dlls/user32/cursoricon.c @@ -1199,7 +1199,6 @@ static HICON CURSORICON_Load(HINSTANCE hInstance, LPCWSTR name, CURSORICONDIRENTRY *dirEntry; LPBYTE bits; WORD wResId; - DWORD dwBytesInRes; POINT hotspot; TRACE("%p, %s, %dx%d, depth %d, fCursor %d, flags 0x%04x\n", @@ -1229,7 +1228,6 @@ static HICON CURSORICON_Load(HINSTANCE hInstance, LPCWSTR name, dirEntry = CURSORICON_FindBestIconRes( dir, width, height, depth ); if (!dirEntry) return 0; wResId = dirEntry->wResId; - dwBytesInRes = dirEntry->dwBytesInRes; FreeResource( handle ); /* Load the resource */ -- 2.32.0.93.g670b81a890