summaryrefslogtreecommitdiff
path: root/content/handlers/html/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/html.c')
-rw-r--r--content/handlers/html/html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/handlers/html/html.c b/content/handlers/html/html.c
index 5ae6ee502..a133d15a9 100644
--- a/content/handlers/html/html.c
+++ b/content/handlers/html/html.c
@@ -2338,7 +2338,6 @@ static const content_handler html_content_handler = {
.textselection_redraw = html_textselection_redraw,
.textselection_copy = html_textselection_copy,
.textselection_get_end = html_textselection_get_end,
- .create_selection = html_create_selection,
.no_share = true,
};