comctl32: Remove dead assignment in tooltips.c (Cppcheck).

This commit is contained in:
Bruno Jesus 2014-10-31 00:17:34 -02:00 committed by Alexandre Julliard
parent f70167df58
commit a54c187886
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ TOOLTIPS_customdraw_fill(const TOOLTIPS_INFO *infoPtr, NMTTCUSTOMDRAW *lpnmttcd,
static inline DWORD
TOOLTIPS_notify_customdraw (DWORD dwDrawStage, NMTTCUSTOMDRAW *lpnmttcd)
{
LRESULT result = CDRF_DODEFAULT;
LRESULT result;
lpnmttcd->nmcd.dwDrawStage = dwDrawStage;
TRACE("Notifying stage %d, flags %x, id %x\n", lpnmttcd->nmcd.dwDrawStage,