comctl32: Remove dead assignment in tooltips.c (Cppcheck).
This commit is contained in:
parent
f70167df58
commit
a54c187886
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue