summaryrefslogtreecommitdiff
path: root/content/handlers/html/search.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-17 23:06:06 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-09-21 10:53:41 +0100
commit12cca32059cc871245571f59af5e09816fbea094 (patch)
treed407551439c6d37d1c092b06a6898740bd97f16a /content/handlers/html/search.h
parentd94afaa0e1bc2d50c68d562f4b5751cd469fa4cb (diff)
downloadnetsurf-12cca32059cc871245571f59af5e09816fbea094.tar.gz
netsurf-12cca32059cc871245571f59af5e09816fbea094.tar.bz2
fix core find in page behaviour when case sensitivity is toggled
Diffstat (limited to 'content/handlers/html/search.h')
-rw-r--r--content/handlers/html/search.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/handlers/html/search.h b/content/handlers/html/search.h
index 5c9408e3e..dfb1afc64 100644
--- a/content/handlers/html/search.h
+++ b/content/handlers/html/search.h
@@ -60,11 +60,6 @@ void search_destroy_context(struct search_context *context);
void search_step(struct search_context *context, search_flags_t flags,
const char * string);
-/**
- * Specifies whether all matches or just the current match should
- * be highlighted in the search text.
- */
-void search_show_all(bool all, struct search_context *context);
/**
* Determines whether any portion of the given text box should be