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

oldstable
Michael Stefaniuc 2015-01-13 12:23:59 +01:00 committed by Alexandre Julliard
parent 50608908eb
commit 39045b13d0
1 changed files with 1 additions and 1 deletions

View File

@ -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;