comctl32: Merge two if blocks with identical condition (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2014-12-05 10:37:44 +01:00 committed by Alexandre Julliard
parent 7d2d96a736
commit 2db0a3d01e
1 changed files with 0 additions and 3 deletions

View File

@ -4005,10 +4005,7 @@ static LRESULT LISTVIEW_MouseMove(LISTVIEW_INFO *infoPtr, WORD fwKeys, INT x, IN
rect.top = rect.bottom = infoPtr->ptClickPos.y;
InflateRect(&rect, GetSystemMetrics(SM_CXDRAG), GetSystemMetrics(SM_CYDRAG));
}
if (infoPtr->bLButtonDown)
{
if (infoPtr->bMarqueeSelect)
{
POINT coords_orig;