taskmgr: Remove variable pnmhdr which is not really used from ProcessPageOnNotify.

oldstable
Gerald Pfeifer 2010-04-21 13:51:27 +02:00 committed by Alexandre Julliard
parent 07c8120b57
commit 6802866256
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{