summaryrefslogtreecommitdiff
path: root/content/handlers/html/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/private.h')
-rw-r--r--content/handlers/html/private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/handlers/html/private.h b/content/handlers/html/private.h
index 1367c624c..dde61c2a9 100644
--- a/content/handlers/html/private.h
+++ b/content/handlers/html/private.h
@@ -210,11 +210,6 @@ typedef struct html_content {
*/
struct form_control *visible_select_menu;
- /** Context for free text search, or NULL if none */
- struct textsearch_context *search;
- /** Search string or NULL */
- char *search_string;
-
} html_content;
/**