[TASKMGR] Remove 'Debug Channels' feature, which is Wine-specific

This commit is contained in:
Serge Gautherie 2020-06-10 10:09:14 +02:00 committed by Colin Finck
parent a72b78558d
commit ed7196d964
35 changed files with 0 additions and 423 deletions

View file

@ -324,9 +324,6 @@ TaskManagerWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
case ID_PROCESS_PAGE_SETPRIORITY_LOW:
DoSetPriority(IDLE_PRIORITY_CLASS);
break;
case ID_PROCESS_PAGE_DEBUGCHANNELS:
ProcessPage_OnDebugChannels();
break;
/* ShutDown items */
case ID_SHUTDOWN_STANDBY: