From 5b41fc5adb9c18f11a50de359f5c95846a4b5d46 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 28 Jun 2020 20:45:27 -0700 Subject: [PATCH] remove dead globals $captureRoute and $collaborationRoute --- js/003-data/gameVariableData.js | 2 -- src/Mods/SecExp/SecExpBackwardCompatibility.tw | 6 ------ 2 files changed, 8 deletions(-) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index abd2b079514..e5d470751a2 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -447,8 +447,6 @@ App.Data.resetOnNGPlus = { smilingManProgress: 0, investedFunds: 0, relationshipLM: 0, - captureRoute: 0, - collaborationRoute: 0, smilingManWeek: 0, globalCrisisWeeks: 0, smilingManFate: 4, diff --git a/src/Mods/SecExp/SecExpBackwardCompatibility.tw b/src/Mods/SecExp/SecExpBackwardCompatibility.tw index 3d83d3eb82b..969ce8f11c8 100644 --- a/src/Mods/SecExp/SecExpBackwardCompatibility.tw +++ b/src/Mods/SecExp/SecExpBackwardCompatibility.tw @@ -366,12 +366,6 @@ <<if ndef $relationshipLM>> <<set $relationshipLM = 0>> <</if>> -<<if ndef $captureRoute>> - <<set $captureRoute = 0>> -<</if>> -<<if ndef $collaborationRoute>> - <<set $collaborationRoute = 0>> -<</if>> <<if ndef $smilingManWeek>> <<set $smilingManWeek = 0>> <</if>> -- GitLab