summaryrefslogtreecommitdiff
path: root/src/core/document_type.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 23:52:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 23:52:56 +0000
commit6ab986acd57b516b5b9aff04ee09d57db02ed0b6 (patch)
tree4041bc41d72721a94dc573e5be3cb0f80988e004 /src/core/document_type.h
parentcf7e104bab600e6c22c3bf8d1d6cbc138360038b (diff)
downloadlibdom-6ab986acd57b516b5b9aff04ee09d57db02ed0b6.tar.gz
libdom-6ab986acd57b516b5b9aff04ee09d57db02ed0b6.tar.bz2
Remove bootstrap infrastructure, and just make dom_implementation a stub.
We only support a single implementation, so all the registry and implementation list stuff is totally unnecesary and overcomplex svn path=/trunk/dom/; revision=11017
Diffstat (limited to 'src/core/document_type.h')
-rw-r--r--src/core/document_type.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/document_type.h b/src/core/document_type.h
index 93db617..4fd1c83 100644
--- a/src/core/document_type.h
+++ b/src/core/document_type.h
@@ -10,7 +10,6 @@
struct dom_document_type;
struct dom_resource_mgr;
-struct dom_implementation;
/* Create a DOM document type */
dom_exception _dom_document_type_create(struct dom_string *qname,
@@ -67,7 +66,5 @@ dom_exception _dom_dt_copy(struct dom_node_internal *new,
/* Helper functions */
void _dom_document_type_get_resource_mgr(
struct dom_document_type *dt, struct dom_resource_mgr *rm);
-struct dom_implementation *_dom_document_type_get_impl(
- struct dom_document_type *dt);
#endif