diff --git a/src/game-lib-system-linking.js b/src/game-lib-system-linking.js index 297ef05..1c61b4d 100644 --- a/src/game-lib-system-linking.js +++ b/src/game-lib-system-linking.js @@ -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