From 4cef0f955c3be33344361f84d600bccf1b28ce75 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 May 2020 23:17:48 +0100 Subject: pass the browser window to selection click handler this means the content handlers do not have to provide a separate method to extract their browser window and it can simply be passed in. --- content/handlers/html/private.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'content/handlers/html/private.h') diff --git a/content/handlers/html/private.h b/content/handlers/html/private.h index dde61c2a9..ff20be837 100644 --- a/content/handlers/html/private.h +++ b/content/handlers/html/private.h @@ -229,15 +229,6 @@ extern bool html_redraw_debug; void html__redraw_a_box(html_content *htmlc, struct box *box); -/** - * Get the browser window containing an HTML content - * - * \param c HTML content - * \return the browser window - */ -struct browser_window *html_get_browser_window(struct content *c); - - /** * Complete conversion of an HTML document * -- cgit v1.2.3