mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:52:56 +00:00
[TASKMGR] Remove 'Debug Channels' feature, which is Wine-specific
This commit is contained in:
parent
a72b78558d
commit
ed7196d964
35 changed files with 0 additions and 423 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue