summaryrefslogtreecommitdiff
path: root/content/handlers/html/textselection.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/textselection.h')
-rw-r--r--content/handlers/html/textselection.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/handlers/html/textselection.h b/content/handlers/html/textselection.h
index 95d7078c5..46db045ef 100644
--- a/content/handlers/html/textselection.h
+++ b/content/handlers/html/textselection.h
@@ -27,11 +27,6 @@
struct content;
struct selection;
-/**
- * create a selection object suitable for this content
- */
-nserror html_create_selection(struct content *c, struct selection **sel_out);
-
nserror html_textselection_redraw(struct content *c, unsigned start_idx, unsigned end_idx);
nserror html_textselection_copy(struct content *c, unsigned start_idx, unsigned end_idx, struct selection_string *selstr);