summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_internal.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-01 21:25:23 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-01 21:25:23 +0100
commit986d4d5f82cfc96d9308e710aeeff0feac1bec4a (patch)
tree227b490dd7fbd0a1942a554e2e718096a5e3aa75 /content/handlers/html/html_internal.h
parent479d0cb29a74eddc95e3e2292d9d49e8dafdf46f (diff)
downloadnetsurf-986d4d5f82cfc96d9308e710aeeff0feac1bec4a.tar.gz
netsurf-986d4d5f82cfc96d9308e710aeeff0feac1bec4a.tar.bz2
put html content handler object interface into its own header
Diffstat (limited to 'content/handlers/html/html_internal.h')
-rw-r--r--content/handlers/html/html_internal.h19
1 files changed, 0 insertions, 19 deletions
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
*/