Gerald Pfeifer : taskmgr: Remove variable pnmv which is not really used from ProcessPageOnNotify.
Module: wine Branch: master Commit: 34db2df2cc1ff45477dbbe7fe6456319ed3acc93 URL: http://source.winehq.org/git/wine.git/?a=commit;h=34db2df2cc1ff45477dbbe7fe6... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Wed May 5 00:24:30 2010 +0200 taskmgr: Remove variable pnmv which is not really used from ProcessPageOnNotify. --- 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)
participants (1)
-
Alexandre Julliard