Skip to content

Commit

Permalink
Merge pull request #1699 from pharo-spec/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 5d08d25 + 8ef72a6 commit 9d2024a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 42 deletions.
6 changes: 0 additions & 6 deletions src/Spec2-Adapters-Morphic/SpStyleVariable.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ SpStyleVariable >> preferredValueWith: anObject [
ifFalse: [ self value ]
]

{ #category : 'evaluating' }
SpStyleVariable >> scaledValue [

^ self nonscaledValue
]

{ #category : 'private' }
SpStyleVariable >> toColor: aColorOrSymbol [

Expand Down
6 changes: 0 additions & 6 deletions src/Spec2-Commander2/SpCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@ SpCommand >> isEnabled [
^ self canBeExecuted
]

{ #category : 'testing' }
SpCommand >> isVisible [

^ true
]

{ #category : 'accessing' }
SpCommand >> presenter [
^ presenter
Expand Down
12 changes: 0 additions & 12 deletions src/Spec2-Dialogs/SpSelectDialog.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,6 @@ SpSelectDialog >> displayIcon: aBlock [
list displayIcon: aBlock
]

{ #category : 'api' }
SpSelectDialog >> extent [

^ initialExtent ifNil: [ self class defaultExtent ]
]

{ #category : 'api' }
SpSelectDialog >> extent: aPoint [

initialExtent := aPoint
]

{ #category : 'initialization' }
SpSelectDialog >> initializePresenters [

Expand Down
12 changes: 0 additions & 12 deletions src/Spec2-Dialogs/SpSelectMultipleDialog.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -136,18 +136,6 @@ SpSelectMultipleDialog >> displayIcon: aBlock [
self refreshTable
]

{ #category : 'api' }
SpSelectMultipleDialog >> extent [

^ initialExtent ifNil: [ self class defaultExtent ]
]

{ #category : 'api' }
SpSelectMultipleDialog >> extent: aPoint [

initialExtent := aPoint
]

{ #category : 'initialization' }
SpSelectMultipleDialog >> initialize [

Expand Down
6 changes: 0 additions & 6 deletions src/Spec2-ListView-Tests/SpEasyListViewPresenterTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ Class {
#package : 'Spec2-ListView-Tests'
}

{ #category : 'testing' }
SpEasyListViewPresenterTest class >> shouldInheritSelectors [

^ true
]

{ #category : 'accessing' }
SpEasyListViewPresenterTest >> classToTest [

Expand Down

0 comments on commit 9d2024a

Please sign in to comment.