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

Alexandre Julliard julliard at winehq.org
Wed Apr 21 10:40:25 CDT 2010


Module: wine
Branch: master
Commit: 68028662568633dee1c078182f10211d85c419a2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=68028662568633dee1c078182f10211d85c419a2

Author: Gerald Pfeifer <gerald at 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)
     {




More information about the wine-cvs mailing list