From cfe57002febe0f58dfc87f0173ad42126f1362f4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 23 May 2020 21:17:42 +0100 Subject: remove unused css length usage in selection --- content/handlers/html/textselection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/html/textselection.c') diff --git a/content/handlers/html/textselection.c b/content/handlers/html/textselection.c index 11e9deeb4..67fd25be3 100644 --- a/content/handlers/html/textselection.c +++ b/content/handlers/html/textselection.c @@ -271,7 +271,7 @@ html_create_selection(struct content *c, struct selection **sel_out) return NSERROR_NOMEM; } - selection_init(sel, html->layout, &html->len_ctx); + selection_init(sel, html->layout); *sel_out = sel; return NSERROR_OK; -- cgit v1.2.3