Michael Stefaniuc : comctl32: Remove an unused variable assigment ( PVS-Studio).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 13 15:01:25 CST 2015


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Jan 13 12:23:59 2015 +0100

comctl32: Remove an unused variable assigment (PVS-Studio).

---

 dlls/comctl32/header.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comctl32/header.c b/dlls/comctl32/header.c
index e8dc107..ac924fd 100644
--- a/dlls/comctl32/header.c
+++ b/dlls/comctl32/header.c
@@ -413,7 +413,7 @@ HEADER_DrawItem (HEADER_INFO *infoPtr, HDC hdc, INT iItem, BOOL bHotTrack, LRESU
 	BITMAP bmp;
 
         HEADER_PrepareCallbackItems(infoPtr, iItem, HDI_TEXT|HDI_IMAGE);
-	cw = tw = iw = bw = 0;
+        cw = iw = bw = 0;
 	rw = r.right - r.left;
 	rh = r.bottom - r.top;
 




More information about the wine-cvs mailing list