From 51c427a30b568b9116baeaf5bafd64acc7a6409c Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Tue, 2 Jun 2015 15:50:15 +0100 Subject: Remove unused function handleKeyCharForFindMode --- content_scripts/vimium_frontend.coffee | 3 --- 1 file changed, 3 deletions(-) (limited to 'content_scripts') 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 -- cgit v1.2.3