remove extra subscription

beta.r3js.org
-=yb4f310 2017-10-27 09:25:18 +02:00
parent f94f74b31e
commit b52177f3ad
1 changed files with 0 additions and 5 deletions

View File

@ -154,11 +154,6 @@ GameLib.System.Linking.prototype.start = function() {
this.solverInstanceCreated
);
this.instanceCreatedSubscription = this.subscribe(
GameLib.Event.INSTANCE_CREATED,
this.instanceCreated
);
this.registerDependenciesSubscription = this.subscribe(
GameLib.Event.REGISTER_DEPENDENCIES,
this.registerDependenciesDirect