aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-02-20 16:18:50 +0000
committerStephen Blott2016-02-20 16:18:50 +0000
commit4244dc029540e941b8ab999365b9851dfdf0f32a (patch)
tree81b53711a11f162d8f1df83d35b01d5028ac849a
parent1c584fc2fe810a4f8632832c37a6e477a062180e (diff)
downloadvimium-4244dc029540e941b8ab999365b9851dfdf0f32a.tar.bz2
Remove unused variable.
-rw-r--r--background_scripts/main.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index d5b14d4f..3498cf76 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -23,7 +23,6 @@ tabInfoMap = {} # tabId -> object with various tab properties
keyQueue = "" # Queue of keys typed
validFirstKeys = {}
singleKeyCommands = []
-focusedFrame = null
frameIdsForTab = {}
root.urlForTab = {}