aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-storage.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/vapi-storage.js')
-rw-r--r--js/vapi-storage.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/vapi-storage.js b/js/vapi-storage.js
index ce4ab72..7aa873c 100644
--- a/js/vapi-storage.js
+++ b/js/vapi-storage.js
@@ -26,9 +26,6 @@
/******************************************************************************/
(function () {
- const {classes: Cc, interfaces: Ci, utils: Cu} = Components;
- Cu.import('resource://gre/modules/Services.jsm');
-
// API matches that of chrome.storage.local:
// https://developer.chrome.com/extensions/storage
vAPI.storage = (function () {