summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-02-05 10:26:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-02-05 10:26:18 +0000
commit69d5eb84de5c3857c97a8f22c7bc7ac8a11b2af2 (patch)
tree48483c9d726123121aa79b8d7de183862bd92186 /include
parent6c1f54446c1df937913a0d0e236aba7603047597 (diff)
downloadlibdom-69d5eb84de5c3857c97a8f22c7bc7ac8a11b2af2.tar.gz
libdom-69d5eb84de5c3857c97a8f22c7bc7ac8a11b2af2.tar.bz2
Excise more API bizarreness
svn path=/trunk/libdom/; revision=13421
Diffstat (limited to 'include')
-rw-r--r--include/dom/html/html_document.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/dom/html/html_document.h b/include/dom/html/html_document.h
index d52a771..a6d0362 100644
--- a/include/dom/html/html_document.h
+++ b/include/dom/html/html_document.h
@@ -40,12 +40,6 @@ dom_exception dom_html_document_create(
dom_events_default_action_fetcher daf, dom_ui_handler *ui,
dom_html_document **doc);
-/* Parse a data chunk into the HTMLDocument */
-dom_exception dom_html_document_write_data(uint8_t *data, size_t len);
-
-/* Notify the HTMLDocument that it is completed */
-dom_exception dom_html_document_complete(void);
-
/*-----------------------------------------------------------------------*/
/* The DOM spec public API */