aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrmr19932015-06-02 15:50:15 +0100
committermrmr19932015-06-10 17:21:23 +0100
commit51c427a30b568b9116baeaf5bafd64acc7a6409c (patch)
treecc2da32c4052f3b49e24f007781914449b087fe7
parentdb70c69db0034132426a92bef2a76d8d49773a6f (diff)
downloadvimium-51c427a30b568b9116baeaf5bafd64acc7a6409c.tar.bz2
Remove unused function handleKeyCharForFindMode
-rw-r--r--content_scripts/vimium_frontend.coffee3
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