From 986d4d5f82cfc96d9308e710aeeff0feac1bec4a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 1 May 2020 21:25:23 +0100 Subject: put html content handler object interface into its own header --- content/handlers/html/html_internal.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'content/handlers/html/html_internal.h') diff --git a/content/handlers/html/html_internal.h b/content/handlers/html/html_internal.h index 6b5533492..ae3182a07 100644 --- a/content/handlers/html/html_internal.h +++ b/content/handlers/html/html_internal.h @@ -367,25 +367,6 @@ nserror html_css_fetcher_register(void); nserror html_css_fetcher_add_item(dom_string *data, nsurl *base_url, uint32_t *key); -/* in html/html_object.c */ - -/** - * Start a fetch for an object required by a page. - * - * \param c content of type CONTENT_HTML - * \param url URL of object to fetch (copied) - * \param box box that will contain the object - * \param permitted_types bitmap of acceptable types - * \param background this is a background image - * \return true on success, false on memory exhaustion - */ -bool html_fetch_object(html_content *c, nsurl *url, struct box *box, content_type permitted_types, bool background); - -nserror html_object_free_objects(html_content *html); -nserror html_object_close_objects(html_content *html); -nserror html_object_open_objects(html_content *html, struct browser_window *bw); -nserror html_object_abort_objects(html_content *html); - /** * Complete the HTML content state machine *iff* all scripts are finished */ -- cgit v1.2.3