comctl32: Remove a stray unused GetFocus() statement (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2014-12-09 22:11:03 +01:00 committed by Alexandre Julliard
parent 1c4cb63036
commit 47fa711bbc
1 changed files with 0 additions and 2 deletions

View File

@ -5067,8 +5067,6 @@ TOOLBAR_SetHotItem2 (TOOLBAR_INFO *infoPtr, INT nHotItem, LPARAM lParam)
TOOLBAR_SetHotItemEx(infoPtr, nHotItem, lParam);
GetFocus();
return (nOldHotItem < 0) ? -1 : (LRESULT)nOldHotItem;
}