taskmgr: Remove variable idctrl which is not really used from TaskManagerWndProc.

This commit is contained in:
Gerald Pfeifer 2010-05-07 22:00:24 +02:00 committed by Alexandre Julliard
parent 0d527532fa
commit 11bbb0f010
1 changed files with 0 additions and 2 deletions

View File

@ -777,7 +777,6 @@ TaskManagerWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
PAINTSTRUCT ps;
LPRECT pRC;
RECT rc;
int idctrl;
LPNMHDR pnmh;
WINDOWPLACEMENT wp;
@ -960,7 +959,6 @@ TaskManagerWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
break;
case WM_NOTIFY:
idctrl = (int)wParam;
pnmh = (LPNMHDR)lParam;
if ((pnmh->hwndFrom == hTabWnd) &&
(pnmh->idFrom == IDC_TAB) &&