diff --git a/src/Bloc/BlBasicEventHandler.class.st b/src/Bloc/BlBasicEventHandler.class.st index d7d52e2ad..685a42139 100644 --- a/src/Bloc/BlBasicEventHandler.class.st +++ b/src/Bloc/BlBasicEventHandler.class.st @@ -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" - - - ^ false -] - { #category : #'api - hooks' } BlBasicEventHandler >> onInstalledIn: anObject [ ]