Skip to content

Commit

Permalink
Remove the sound player process from the process browser hard coded r…
Browse files Browse the repository at this point in the history
…egistration list.
  • Loading branch information
ronsaldo committed May 29, 2020
1 parent f81354b commit 4a3b2ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Tool-ProcessBrowser/ProcessBrowser.class.st
Expand Up @@ -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'
Expand Down

0 comments on commit 4a3b2ac

Please sign in to comment.