From 34db2df2cc1ff45477dbbe7fe6456319ed3acc93 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 5 May 2010 00:24:30 +0200 Subject: [PATCH] taskmgr: Remove variable pnmv which is not really used from ProcessPageOnNotify. --- programs/taskmgr/procpage.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/programs/taskmgr/procpage.c b/programs/taskmgr/procpage.c index 7f911140b03..beccfbf8707 100644 --- a/programs/taskmgr/procpage.c +++ b/programs/taskmgr/procpage.c @@ -151,7 +151,6 @@ static void ProcessPageShowContextMenu(DWORD dwProcessId) static void ProcessPageOnNotify(LPARAM lParam) { LPNMHDR pnmh; - LPNMLISTVIEW pnmv; NMLVDISPINFOW* pnmdi; LVITEM lvitem; ULONG Index; @@ -163,7 +162,6 @@ static void ProcessPageOnNotify(LPARAM lParam) static const WCHAR wszUnitK[] = {' ','K',0}; pnmh = (LPNMHDR) lParam; - pnmv = (LPNMLISTVIEW) lParam; pnmdi = (NMLVDISPINFOW*) lParam; if (pnmh->hwndFrom == hProcessPageListCtrl) -- 2.11.4.GIT