user32: Removed some code that is unused after revision 751a09e983.

This commit is contained in:
Gerald Pfeifer 2010-10-12 22:12:51 +02:00 committed by Alexandre Julliard
parent 938fa8bbbc
commit 8c7e2f99db
1 changed files with 0 additions and 2 deletions

View File

@ -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 */