Skip to content

Commit

Permalink
removed duplicated method
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jan 17, 2020
1 parent 6838e79 commit 3998e43
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Spec2-Core/SpTreeTablePresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -340,12 +340,6 @@ SpTreeTablePresenter >> whenRootsChangedDo: aBlockClosure [
self property: #roots whenChangedDo: aBlockClosure
]

{ #category : #'api-events' }
SpTreeTablePresenter >> whenSearchChangedDo: aBlock [

self property: #searchEnabled whenChangedDo: aBlock
]

{ #category : #'api-events' }
SpTreeTablePresenter >> whenSelectedIndexChangedDo: aBlockClosure [

Expand Down

0 comments on commit 3998e43

Please sign in to comment.