summaryrefslogtreecommitdiff
path: root/src/html/html_document.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2012-02-05 10:24:19 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2012-02-05 10:24:19 +0000
commit975d9c90af8537bf59f93fe5b0d94026271f79ea (patch)
tree8db87505d7e1f1f678467b97f1d1c06f4d57036a /src/html/html_document.h
parent4d0d4f1f65bec6419cd7197939612c702fc2d2e0 (diff)
downloadlibdom-975d9c90af8537bf59f93fe5b0d94026271f79ea.tar.gz
libdom-975d9c90af8537bf59f93fe5b0d94026271f79ea.tar.bz2
Implement HTMLDocument constructor/destructor
svn path=/trunk/libdom/; revision=13420
Diffstat (limited to 'src/html/html_document.h')
-rw-r--r--src/html/html_document.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html/html_document.h b/src/html/html_document.h
index 658836b..ad3ff6d 100644
--- a/src/html/html_document.h
+++ b/src/html/html_document.h
@@ -27,7 +27,6 @@ struct dom_html_document {
/* Initialise a HTMLDocument */
dom_exception _dom_html_document_initialise(dom_html_document *doc,
- dom_msg msg, void *msg_pw,
dom_events_default_action_fetcher daf, dom_ui_handler *ui);
/* Finalise a HTMLDocument */
void _dom_html_document_finalise(dom_html_document *doc);