[TASKMGR] Remove temp debug output related to another problem

svn path=/trunk/; revision=46783
This commit is contained in:
Gregor Schneider 2010-04-08 22:21:17 +00:00
parent 13478858b7
commit 56b6100451

View file

@ -448,9 +448,7 @@ void UpdateProcesses()
pData = (LPPROCESS_PAGE_LIST_ITEM)item.lParam;
if (!ProcessRunning(pData->ProcessId))
{
MessageBox(NULL, L"Processs is dead", L"HM?", MB_OK);
if (ListView_DeleteItem(hProcessPageListCtrl, i) == FALSE)
MessageBox(NULL, L"Deletion failed", L"HM!", MB_OK);
(void)ListView_DeleteItem(hProcessPageListCtrl, i);
HeapFree(GetProcessHeap(), 0, pData);
}
}