user32: Removed some code that is unused after revision 751a09e983
.
This commit is contained in:
parent
938fa8bbbc
commit
8c7e2f99db
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue