From 416ab0c06018f589a8a3afc894a7b5b28cc06e77 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 26 Oct 2012 22:51:54 +0100 Subject: [PATCH] Removed startup history list processing Not needed anymore --- core/modules/startup.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/modules/startup.js b/core/modules/startup.js index ee52a9b19..e71d81dcb 100644 --- a/core/modules/startup.js +++ b/core/modules/startup.js @@ -75,15 +75,11 @@ exports.startup = function() { } // Initialise the story and history var storyTitle = "$:/StoryList", - historyTitle = "$:/HistoryList", - story = [], - history = []; + story = []; for(var t=0; t