From 1161029d2952e5e11062d750a0a681643574428e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 23 May 2020 22:16:27 +0100 Subject: remove unecessary content handler specific selection creation --- content/content_protected.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content/content_protected.h') 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. */ -- cgit v1.2.3