diff --git a/src/Tool-ProcessBrowser/ProcessBrowser.class.st b/src/Tool-ProcessBrowser/ProcessBrowser.class.st index 4db3eacf938..d3a434ae011 100644 --- a/src/Tool-ProcessBrowser/ProcessBrowser.class.st +++ b/src/Tool-ProcessBrowser/ProcessBrowser.class.st @@ -235,11 +235,6 @@ ProcessBrowser class >> registerWellKnownProcesses [ label: nil allowStop: false allowDebug: false. - self - registerWellKnownProcess: [ Smalltalk globals at: #SoundPlayer ifPresent: [ :sp | sp playerProcess ] ] - label: 'the Sound Player' - allowStop: false - allowDebug: false. self registerWellKnownProcess: [ Smalltalk globals at: #CPUWatcher ifPresent: [ :cw | cw currentWatcherProcess ] ] label: 'the CPUWatcher'