Skip to content

Commit

Permalink
Remove explicit initialization of JobProgressBarMorph
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jan 8, 2019
1 parent 0b485d3 commit c08e067
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BaselineOfMorphicCore/BaselineOfMorphicCore.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ BaselineOfMorphicCore >> postload: loader package: packageSpec [
"Ignore pre and post loads if already executed"
Initialized = true ifTrue: [ ^ self ].

JobProgressBarMorph initialize.
IdentityTransform initialize.

EventSensorConstants initialize.
Expand Down

0 comments on commit c08e067

Please sign in to comment.