Skip to content

Commit

Permalink
Fix: #1547
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Jun 28, 2024
1 parent b4d3215 commit f3c1d30
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Spec2-Adapters-Morphic/SpWindow.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ SpWindow >> close [
super close.
]

{ #category : 'open/close' }
SpWindow >> deleteDiscardingChanges [

self announceWillClose.
^ super deleteDiscardingChanges
]

{ #category : 'open/close' }
SpWindow >> extent: aPoint [
| announcement oldExtent |
Expand Down

0 comments on commit f3c1d30

Please sign in to comment.