From b52177f3ad6610df9ed32cdafc8a12bfbd27d986 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 27 Oct 2017 09:25:18 +0200 Subject: [PATCH] remove extra subscription --- src/game-lib-system-linking.js | 5 ----- 1 file changed, 5 deletions(-) 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