Gerald Pfeifer : user32: Removed some code that is unused after revision 751a09e9839d7273895df24666a0bb2fb51a29c7 .

Alexandre Julliard julliard at winehq.org
Wed Oct 13 11:43:05 CDT 2010


Module: wine
Branch: master
Commit: 8c7e2f99dbb283ade9f924aea5af971e20a70d9f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8c7e2f99dbb283ade9f924aea5af971e20a70d9f

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Tue Oct 12 22:12:51 2010 +0200

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

---

 dlls/user32/cursoricon.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/user32/cursoricon.c b/dlls/user32/cursoricon.c
index 82360a2..9732db6 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 */




More information about the wine-cvs mailing list