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

Gerald Pfeifer gerald at pfeifer.com
Tue May 4 17:24:30 CDT 2010


---
 programs/taskmgr/procpage.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/programs/taskmgr/procpage.c b/programs/taskmgr/procpage.c
index 7f91114..beccfbf 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)
-- 
1.6.6.2



More information about the wine-patches mailing list