summaryrefslogtreecommitdiff
path: root/content/handlers/html/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/private.h')
-rw-r--r--content/handlers/html/private.h9
1 files changed, 0 insertions, 9 deletions
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
@@ -230,15 +230,6 @@ 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
*
* \param htmlc Content to convert