From 7cbcc882de7d5747e2342f0829bbcc9f2bcca60f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 28 Jul 2007 14:34:59 +0000 Subject: Sort out somewhat messy object construction. We now have explicit types for all classes (rather than using the parent class for those which inherit but add no extra data content). svn path=/trunk/dom/; revision=3465 --- src/core/characterdata.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/characterdata.h') diff --git a/src/core/characterdata.h b/src/core/characterdata.h index cde3969..6a2b329 100644 --- a/src/core/characterdata.h +++ b/src/core/characterdata.h @@ -17,10 +17,6 @@ struct dom_characterdata { struct dom_node base; /**< Base node */ }; -dom_exception dom_characterdata_create(struct dom_document *doc, - dom_node_type type, struct dom_string *name, - struct dom_string *value, struct dom_characterdata **result); - dom_exception dom_characterdata_initialise(struct dom_characterdata *cdata, struct dom_document *doc, dom_node_type type, struct dom_string *name, struct dom_string *value); -- cgit v1.2.3