diff options
| author | Stephen Blott | 2015-04-25 14:38:30 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-04-25 14:38:53 +0100 | 
| commit | d0ca0745dc6b1818d2197ff51b0ed4d90fb6bc64 (patch) | |
| tree | ba4ff57e5cfb09af6f9dc2c978bf1cebd60303d7 /background_scripts | |
| parent | acdbe0c8f7ea85684216fec2b6b8ebb206e0d826 (diff) | |
| download | vimium-d0ca0745dc6b1818d2197ff51b0ed4d90fb6bc64.tar.bz2 | |
Remove unused code.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.coffee | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 83108b93..5f0effcb 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -218,8 +218,6 @@ filterCompleter = (args, port) ->    queryTerms = if (args.query == "") then [] else args.query.split(whitespaceRegexp)    completers[args.name].filter(queryTerms, (results) -> port.postMessage({ id: args.id, results: results })) -getCurrentTimeInSeconds = -> Math.floor((new Date()).getTime() / 1000) -  chrome.tabs.onSelectionChanged.addListener (tabId, selectionInfo) ->    if (selectionChangedHandlers.length > 0)      selectionChangedHandlers.pop().call() | 
