Skip to content

Commit

Permalink
Removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 3, 2024
1 parent d31bf3c commit 3155d0b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions repository/OpenPonk-Core/OPController.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,6 @@ OPController >> roassalShape [
^ self diagramElement ifNotNil: [ :found | found roassalShape ]
]

{ #category : 'figures' }
OPController >> saveStateOnDragEndFor: aFigure [

aFigure
when: RSMouseDragEnd
do: [ :evt | self diagramController saveState ]
]

{ #category : 'canvas actions' }
OPController >> showAcceptFeedbackFor: aController [
"Return something that understands #remove, or nil to not show any feedback."
Expand Down

0 comments on commit 3155d0b

Please sign in to comment.