Skip to content

Commit

Permalink
Merge pull request #939 from jecisc/remove-duplicated-methods
Browse files Browse the repository at this point in the history
Remove duplicated methods
  • Loading branch information
jecisc authored Jan 14, 2025
2 parents 77d64da + e0a63df commit 0e97343
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 41 deletions.
6 changes: 0 additions & 6 deletions src/NewTools-Core/StPharoApplication.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ StPharoApplication >> run [
StPharoApplication >> shutDown: quitting [
]

{ #category : 'private - running' }
StPharoApplication >> start [

"do nothing"
]

{ #category : 'system startup' }
StPharoApplication >> startUp: resuming [

Expand Down
6 changes: 0 additions & 6 deletions src/NewTools-Core/StPharoJobManager.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ StPharoJobManager class >> enable [
when: JobEnd send: #jobEnd: to: self
]

{ #category : 'class initialization' }
StPharoJobManager class >> initialize [

"self enable"
]

{ #category : 'private' }
StPharoJobManager class >> isHeadless [

Expand Down
8 changes: 0 additions & 8 deletions src/NewTools-Finder/ByteString.extension.st

This file was deleted.

5 changes: 0 additions & 5 deletions src/NewTools-Inspector/StInspectionPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,3 @@ StInspectionPresenter >> setModelBeforeInitialization: anInspectionModel [

model := anInspectionModel
]

{ #category : 'stepping' }
StInspectionPresenter >> step [
"do nothing, it depends on my children"
]
6 changes: 0 additions & 6 deletions src/NewTools-Inspector/StInspectorPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ StInspectorPresenter class >> defaultLayout [
yourself
]

{ #category : 'accessing' }
StInspectorPresenter class >> defaultPreferredExtent [

^ 700 @ 500
]

{ #category : 'accessing' }
StInspectorPresenter class >> defaultSpacing [

Expand Down
5 changes: 0 additions & 5 deletions src/NewTools-Scopes-Editor/ScopePackageNode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ ScopePackageNode >> isPackageNode [
^ true
]

{ #category : 'testing' }
ScopePackageNode >> isScopeNode [
^ false
]

{ #category : 'accessing' }
ScopePackageNode >> packageNode [
^ self
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ Class {

{ #category : 'examples' }
StLabeledSettingFileSelectionPresenter class >> example [
<example>

^ (self
label: 'Label Example'
input: SpTextPresenter new
description: 'Description string') open

^ (self label: 'Label Example' input: SpTextPresenter new description: 'Description string') open
]

{ #category : 'initialization' }
Expand Down

0 comments on commit 0e97343

Please sign in to comment.