summaryrefslogtreecommitdiff
path: root/src/html/html_head_element.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 17:38:52 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 17:38:52 +0100
commit02096736454faa7c850ab34daffd3ba206c71f52 (patch)
tree28051967d5d1149a5664fc95d7fff00b20e3aa38 /src/html/html_head_element.h
parent3cca6f95867759cd3610aef0157daa09b506b17d (diff)
downloadlibdom-02096736454faa7c850ab34daffd3ba206c71f52.tar.gz
libdom-02096736454faa7c850ab34daffd3ba206c71f52.tar.bz2
HTML{Html,Head}Element: Unvirtualise accessors
Diffstat (limited to 'src/html/html_head_element.h')
-rw-r--r--src/html/html_head_element.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/html/html_head_element.h b/src/html/html_head_element.h
index 65cc3c5..deb2d6a 100644
--- a/src/html/html_head_element.h
+++ b/src/html/html_head_element.h
@@ -48,15 +48,5 @@ dom_exception _dom_html_head_element_copy(dom_node_internal *old,
_dom_virtual_html_head_element_destroy, \
_dom_html_head_element_copy
-/* The API functions */
-dom_exception _dom_html_head_element_get_profile(dom_html_head_element *element,
- dom_string **profile);
-dom_exception _dom_html_head_element_set_profile(dom_html_head_element *element,
- dom_string *profile);
-
-#define DOM_HTML_HEAD_ELEMENT_VTABLE \
- _dom_html_head_element_get_profile, \
- _dom_html_head_element_set_profile
-
#endif