Skip to content

Commit

Permalink
Fix an issue when merging into P9.0
Browse files Browse the repository at this point in the history
Remove extension to Iceberg-Plugin-Calypso... It's fixed in other way in
pharo-project/pharo#8461
  • Loading branch information
tinchodias committed Feb 1, 2021
1 parent 68b10b5 commit 2de31c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.

This file was deleted.

15 changes: 0 additions & 15 deletions Iceberg-TipUI/IceTipVersionHistoryBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ IceTipVersionHistoryBrowser class >> onRepository: aRepository method: aMethod [
beCached
]

{ #category : #'backward compatibility' }
IceTipVersionHistoryBrowser class >> repository: repository method: method [
"The Calypso command uses this selector to instantiate the browser."

^ self onRepository: repository method: method
]

{ #category : #accessing }
IceTipVersionHistoryBrowser >> commitList [

Expand Down Expand Up @@ -191,14 +184,6 @@ IceTipVersionHistoryBrowser >> newVersionInfoPresenter [
^ IceTipReadOnlyFormBuilder newBuiltFor: selectedModel info
]

{ #category : #'backward compatibility' }
IceTipVersionHistoryBrowser >> open [
"Calypso's ClyIcebergShowMethodVersionCommand uses this selector to open the browser."
<deprecated>

^ self openWithSpec
]

{ #category : #accessing }
IceTipVersionHistoryBrowser >> refresh [

Expand Down

0 comments on commit 2de31c4

Please sign in to comment.