Skip to content

Commit

Permalink
Merge pull request #711 from jecisc/687-unnecessary-initialize-method…
Browse files Browse the repository at this point in the history
…-in-SpMorphPresenter

687-unnecessary-initialize-method-in-SpMorphPresenter
  • Loading branch information
jecisc committed Aug 13, 2019
2 parents caa37db + acec191 commit 4b6828b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Spec2-Core/SpMorphPresenter.class.st
Expand Up @@ -19,12 +19,6 @@ SpMorphPresenter >> defineInputPorts [
^ { SpMorphPort new }
]

{ #category : #initialization }
SpMorphPresenter >> initialize [

super initialize.
]

{ #category : #accessing }
SpMorphPresenter >> morph [
^ morph
Expand Down

0 comments on commit 4b6828b

Please sign in to comment.