Skip to content

Commit

Permalink
Removed #icon on IceTipTreeNode (no longer used).
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzwind committed Feb 25, 2024
1 parent a9abd57 commit 9fd5505
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Iceberg-TipUI/IceTipTreeNode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ IceTipTreeNode >> doesNotUnderstand: aMessage [
^ aMessage sendTo: self model
]

{ #category : 'accessing' }
IceTipTreeNode >> icon [
^ self iconFormSet ifNotNil: [ :formSet | formSet asForm ]
]

{ #category : 'accessing' }
IceTipTreeNode >> iconFormSet [
^ iconFormSet
Expand Down

0 comments on commit 9fd5505

Please sign in to comment.