Skip to content

Commit

Permalink
unused code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 25, 2023
1 parent 10c9793 commit 3c58f1d
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions repository/OpenPonk-ClassEditor/OPUmlPackageImportShape.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,6 @@ Class {
#category : #'OpenPonk-ClassEditor-Shapes'
}

{ #category : #initialization }
OPUmlPackageImportShape >> createConnection [
^ (OPRTStyledConnection new
attachPoint: (OPRTOrthogonalAttachPoint new offset: 30);
color: self style strokeColor;
head: (self headDecorator asHead color: Color yellow);
tail: self tailDecorator asTail;
width: self style strokeWidth;
decorate: [ :deco | deco dashedLine ];
edgeFrom: source roassalShape to: target roassalShape)
model: self;
yourself
]

{ #category : #initialization }
OPUmlPackageImportShape >> createRtEdge [
^ super createRtEdge
in: [ :edge | edge shape decorate: [ :deco | deco dashdotLine ] ];
yourself
]

{ #category : #hooks }
OPUmlPackageImportShape >> headMarker [

Expand All @@ -47,26 +26,3 @@ OPUmlPackageImportShape >> initialize [
forModelElement: self modelElement.
constraints := OrderedCollection new
]

{ #category : #accessing }
OPUmlPackageImportShape >> modelElement: anObject [
super modelElement: anObject.
nameLabel modelElement: anObject.
]

{ #category : #testing }
OPUmlPackageImportShape >> showIncomplete [
^ false
]

{ #category : #testing }
OPUmlPackageImportShape >> showOverlapping [
^ false
]

{ #category : #'Roassal2 - updating' }
OPUmlPackageImportShape >> update [
self rtEdge update.
constraints do: #update.
self ownedElements do: #update
]

0 comments on commit 3c58f1d

Please sign in to comment.