From fa5a93e3785f4b4479430bdf7cefd9f09783b582 Mon Sep 17 00:00:00 2001 From: Infocatcher Date: Sun, 3 Jan 2016 21:39:06 +0300 Subject: [PATCH] Don't use Application.storage anymore, even in legacy purposes (see #178) --- bootstrap.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bootstrap.js b/bootstrap.js index 878ec54..614a055 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -414,14 +414,6 @@ var privateTab = { if(!this.emptyTabLabelsImported) { this.emptyTabLabelsImported = true; var emptyLabels = this.storage.get("emptyTabLabels", null); - var legacyStorage = !emptyLabels - && "Application" in window - && "storage" in window.Application - && window.Application.storage; - if(legacyStorage) { - emptyLabels = legacyStorage.get("privateTab:emptyTabLabels", null); - emptyLabels && legacyStorage.set("privateTab:emptyTabLabels", null); - } if(emptyLabels) { this.storage.set("emptyTabLabels", null); for(var label in emptyLabels) {