Commit 68028662 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent 07c8120b
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment