summaryrefslogtreecommitdiff
path: root/content/content_protected.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-23 22:16:27 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-23 23:00:08 +0100
commit1161029d2952e5e11062d750a0a681643574428e (patch)
tree0ae814b5a3776b30ee37f5f8cbaa2cdb2b59809e /content/content_protected.h
parent2ea577c47ecca38a0b2d15b15d242c771ce59e29 (diff)
downloadnetsurf-1161029d2952e5e11062d750a0a681643574428e.tar.gz
netsurf-1161029d2952e5e11062d750a0a681643574428e.tar.bz2
remove unecessary content handler specific selection creation
Diffstat (limited to 'content/content_protected.h')
-rw-r--r--content/content_protected.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/content_protected.h b/content/content_protected.h
index b855c7701..dbea229a9 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -139,11 +139,6 @@ struct content_handler {
*/
nserror (*textselection_get_end)(struct content *c, unsigned *end_idx);
- /**
- * create a selection object
- */
- nserror (*create_selection)(struct content *c, struct selection **sel_out);
-
/**
* handler dependant content sensitive internal data interface.
*/