From 5a2770d01f9f59d9995bdc529ecf905202461f91 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 5 Feb 2012 10:26:18 +0000 Subject: Excise more API bizarreness svn path=/trunk/libdom/; revision=13421 --- src/html/html_document.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/html/html_document.c') diff --git a/src/html/html_document.c b/src/html/html_document.c index 394eac8..446e68f 100644 --- a/src/html/html_document.c +++ b/src/html/html_document.c @@ -76,12 +76,6 @@ void _dom_html_document_destroy(dom_html_document *doc) free(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 */ -- cgit v1.2.3