diff options
| author | mrmr1993 | 2015-06-02 15:50:15 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2015-06-10 17:21:23 +0100 | 
| commit | 51c427a30b568b9116baeaf5bafd64acc7a6409c (patch) | |
| tree | cc2da32c4052f3b49e24f007781914449b087fe7 /content_scripts/vimium_frontend.coffee | |
| parent | db70c69db0034132426a92bef2a76d8d49773a6f (diff) | |
| download | vimium-51c427a30b568b9116baeaf5bafd64acc7a6409c.tar.bz2 | |
Remove unused function handleKeyCharForFindMode
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index d875eb9a..01e3399a 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -711,9 +711,6 @@ window.updateFindModeQuery = ->      text = document.body.innerText      findModeQuery.matchCount = text.match(pattern)?.length -handleKeyCharForFindMode = (keyChar) -> -  HUD.showFindMode findModeQuery.rawQuery + keyChar -  handleEscapeForFindMode = ->    document.body.classList.remove("vimiumFindMode")    # removing the class does not re-color existing selections. we recreate the current selection so it reverts  | 
