Skip to content

Commit

Permalink
Merge pull request pharo-project#5520 from JanBliznicenko/Pharo8.0
Browse files Browse the repository at this point in the history
Removed forgotten halts in SettingsBrowser
  • Loading branch information
Ducasse committed Jan 16, 2020
2 parents 1f6ddbe + d84c886 commit 7022b39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/System-Settings-Browser/SettingBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ SettingBrowser >> keyStroke: anEvent from: aTreeMorph [

{ #category : #menu }
SettingBrowser >> loadSettings [
1halt.
self treeHolder updateSettingNodes.
self inform: 'Settings has been updated from the disk.'
]
Expand Down Expand Up @@ -761,7 +760,6 @@ SettingBrowser >> statusViewIn: aMorph [

{ #category : #menu }
SettingBrowser >> storeSettings [
1halt.
self treeHolder storeSettingNodes.
self inform: 'Settings has been stored on the disk.'
]
Expand Down

0 comments on commit 7022b39

Please sign in to comment.