aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
-rw-r--r--content_scripts/vimium_frontend.coffee6
1 files changed, 0 insertions, 6 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee
index 9e4d2ab3..077da3fa 100644
--- a/content_scripts/vimium_frontend.coffee
+++ b/content_scripts/vimium_frontend.coffee
@@ -897,12 +897,6 @@ window.goNext = ->
nextStrings = nextPatterns.split(",").filter( (s) -> s.trim().length )
findAndFollowRel("next") || findAndFollowLink(nextStrings)
-window.showFindModeHUDForQuery = ->
- matchCount = if findModeQuery.parsedQuery.length > 0 then findModeQuery.matchCount else 0
- showCount = findModeQuery.rawQuery.length > 0
-
- HUD.updateMatchesCount matchCount, showCount
-
getCurrentRange = ->
selection = getSelection()
if selection.type == "None"