Skip to content

Commit

Permalink
Remove duplicated methods
Browse files Browse the repository at this point in the history
from their superclasses
  • Loading branch information
jecisc committed Jan 14, 2025
1 parent acbaac3 commit 880e622
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 52 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
10 changes: 0 additions & 10 deletions src/Spec2-Core/SpWindowPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -577,11 +577,6 @@ SpWindowPresenter >> taskbarIcon [
ifNil: [ self taskbarIconName ]) ]
]

{ #category : 'private' }
SpWindowPresenter >> title [
^ titleHolder
]

{ #category : 'private' }
SpWindowPresenter >> title: aString [
titleHolder := aString
Expand Down Expand Up @@ -744,11 +739,6 @@ SpWindowPresenter >> windowClosed [
self application windowClosed: self
]

{ #category : 'private' }
SpWindowPresenter >> windowIcon [
^ windowIcon
]

{ #category : 'private' }
SpWindowPresenter >> windowIcon: aForm [
windowIcon := aForm
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 880e622

Please sign in to comment.