Skip to content

Commit

Permalink
Merge pull request #1417 from MarcusDenker/DeadCode-Clean-01-07
Browse files Browse the repository at this point in the history
remove more unsent methods that send non-existing selectors.
  • Loading branch information
jecisc authored Aug 3, 2023
2 parents 505c463 + 783a538 commit 30a040e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 33 deletions.
8 changes: 0 additions & 8 deletions src/Spec2-Core/SpAbstractTextPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,6 @@ SpAbstractTextPresenter >> wantsVisualFeedback: aBoolean [
wantsVisualFeedback := aBoolean
]

{ #category : #TOREMOVE }
SpAbstractTextPresenter >> whenAboutToStyleChangedDo: aBlock [
"Set a block to perform when the about to style block changed"

self whenAboutToStyleBlockChanged: [:block :old :announcement :anAnnouncer |
aBlock cull: (block value) cull: old cull: announcement cull: anAnnouncer ]
]

{ #category : #TOREMOVE }
SpAbstractTextPresenter >> whenAcceptBlockChangedDo: aBlock [
"Set a block to perform when the accept block changed"
Expand Down
6 changes: 0 additions & 6 deletions src/Spec2-Core/SpAbstractTreeFilter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ Class {
#superclass : #Object,
#category : #'Spec2-Core-Support'
}

{ #category : #filtering }
SpAbstractTreeFilter >> keepTreeNode: aNode [

^ false
]
6 changes: 0 additions & 6 deletions src/Spec2-Core/SpMenuPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,6 @@ SpMenuPresenter >> menuGroups [
^ groups
]

{ #category : #TOREMOVE }
SpMenuPresenter >> neglect: aModel [

aModel neglectMenuModel: self
]

{ #category : #api }
SpMenuPresenter >> openWithSpecAt: aPosition [
"Open this menu at `aPosition`.
Expand Down
6 changes: 0 additions & 6 deletions src/Spec2-Core/SpTokenTreeFilter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ SpTokenTreeFilter >> initialize [
token := ''.
]

{ #category : #filtering }
SpTokenTreeFilter >> keepTreeNode: aNode [

^ aNode matchTokenFilter: self
]

{ #category : #accessing }
SpTokenTreeFilter >> token [

Expand Down
7 changes: 0 additions & 7 deletions src/Spec2-Morphic/SpWorldPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ SpWorldPresenter >> defaultInitialExtent [
^ self currentWorld extent
]

{ #category : #api }
SpWorldPresenter >> ensureExtentFor: aWidget [

self extent ifNotNil: [ :ext | DisplayScreen hostWindowSize: ext ].
self initialExtent ifNotNil: [ :ext | DisplayScreen hostWindowSize: ext ].
]

{ #category : #api }
SpWorldPresenter >> isDisplayed [

Expand Down

0 comments on commit 30a040e

Please sign in to comment.