Skip to content

Commit

Permalink
Added a null presenter to push on the left. Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Feb 10, 2025
1 parent 136463c commit 11dece2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Iceberg-TipUI/IceTipSelectRemotePresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ IceTipSelectRemotePresenter >> defaultLayout [
spacing: 3;
add: remoteList;
add: addButton expand: false;
add: self newNullPresenter expand: false;
yourself
]

Expand All @@ -62,12 +63,6 @@ IceTipSelectRemotePresenter >> initializePresenters [
yourself
]

{ #category : 'accessing' }
IceTipSelectRemotePresenter >> label: aString [

self remoteLabel label: aString
]

{ #category : 'accessing' }
IceTipSelectRemotePresenter >> model [

Expand Down

0 comments on commit 11dece2

Please sign in to comment.