taskmgr: Remove variable pnmhdr which is not really used from ProcessPageOnNotify.
This commit is contained in:
parent
07c8120b57
commit
6802866256
|
@ -154,7 +154,6 @@ static void ProcessPageOnNotify(WPARAM wParam, LPARAM lParam)
|
|||
LPNMHDR pnmh;
|
||||
LPNMLISTVIEW pnmv;
|
||||
NMLVDISPINFOW* pnmdi;
|
||||
LPNMHEADERW pnmhdr;
|
||||
LVITEM lvitem;
|
||||
ULONG Index;
|
||||
ULONG ColumnIndex;
|
||||
|
@ -168,7 +167,6 @@ static void ProcessPageOnNotify(WPARAM wParam, LPARAM lParam)
|
|||
pnmh = (LPNMHDR) lParam;
|
||||
pnmv = (LPNMLISTVIEW) lParam;
|
||||
pnmdi = (NMLVDISPINFOW*) lParam;
|
||||
pnmhdr = (LPNMHEADERW) lParam;
|
||||
|
||||
if (pnmh->hwndFrom == hProcessPageListCtrl)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue