Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed May 16, 2023
1 parent c4d08aa commit 612d3a2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OPUmlAssociationShape >> createEndLabels [
OPUmlAssociationShape >> createOwnedElementsWithoutController [

self ownedElements ifNotEmpty: [ ^ self ].
{
{
OPUmlAssociationLabel.
OPUmlAssociationPropertiesLabel.
OPUmlAssociationStereotypesLabel } do: [ :each | each in: self ].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ OPUmlClassifierItemLabel >> isPositionableByUser [
^ false
]

{ #category : #'as yet unclassified' }
OPUmlClassifierItemLabel >> isResizableByUser [

^ false
]

{ #category : #initialization }
OPUmlClassifierItemLabel >> modelChanged [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ OPUmlClassifierNameLabel >> isPositionableByUser [
^ false
]

{ #category : #'as yet unclassified' }
OPUmlClassifierNameLabel >> isResizableByUser [

^ false
]

{ #category : #removing }
OPUmlClassifierNameLabel >> removeRender [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ OPUmlStereotypesLabel >> isPositionableByUser [
^ false
]

{ #category : #testing }
OPUmlStereotypesLabel >> isResizableByUser [

^ false
]

{ #category : #accessing }
OPUmlStereotypesLabel >> stereotypeNames [

Expand Down

0 comments on commit 612d3a2

Please sign in to comment.