diff options
| author | Stephen Blott | 2016-02-20 16:18:50 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-02-20 16:18:50 +0000 |
| commit | 4244dc029540e941b8ab999365b9851dfdf0f32a (patch) | |
| tree | 81b53711a11f162d8f1df83d35b01d5028ac849a | |
| parent | 1c584fc2fe810a4f8632832c37a6e477a062180e (diff) | |
| download | vimium-4244dc029540e941b8ab999365b9851dfdf0f32a.tar.bz2 | |
Remove unused variable.
| -rw-r--r-- | background_scripts/main.coffee | 1 |
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 = {} |
