Module: wine Branch: master Commit: 68028662568633dee1c078182f10211d85c419a2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=68028662568633dee1c078182f...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Wed Apr 21 13:51:27 2010 +0200
taskmgr: Remove variable pnmhdr 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 c21ba10..4575605 100644 --- a/programs/taskmgr/procpage.c +++ b/programs/taskmgr/procpage.c @@ -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) {