Skip to content

Commit

Permalink
Merge pull request pharo-graphics#629 from pharo-graphics/628-Unsent-…
Browse files Browse the repository at this point in the history
…BlBasicEventHandlerhasOwner

Remove unsent BlBasicEventHandler>>#hasOwner
  • Loading branch information
tinchodias authored Oct 17, 2024
2 parents 408b8a4 + ac5accd commit 931dcf0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Bloc/BlBasicEventHandler.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ BlBasicEventHandler >> eventsToHandle [
BlBasicEventHandler >> handleEvent: anEvent [
]

{ #category : #testing }
BlBasicEventHandler >> hasOwner [
"Utility #*owner message makes it possible to have a polymorphic way to visualise a tree structure of the elements"
<return: #Boolean>

^ false
]

{ #category : #'api - hooks' }
BlBasicEventHandler >> onInstalledIn: anObject [
]
Expand Down

0 comments on commit 931dcf0

Please sign in to comment.