From e030d11bfdc73269b1a1a69449d8d3e5553eeb2f Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 8 Apr 2015 03:53:28 +1000 Subject: [PATCH] Remove some unused vars. --- pentadactyl/content/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pentadactyl/content/config.js b/pentadactyl/content/config.js index e2f70204..d0613cac 100644 --- a/pentadactyl/content/config.js +++ b/pentadactyl/content/config.js @@ -8,7 +8,6 @@ var Config = Module("config", ConfigBase, { Local: function Local(dactyl, modules, window) { - let { config } = modules; return { dialogs: { @@ -195,7 +194,7 @@ var Config = Module("config", ConfigBase, { }); }, completion: function initCompletion(dactyl, modules, window) { - const { CompletionContext, bookmarkcache, completion } = modules; + const { completion } = modules; const { document } = window; completion.location = function location(context) {