summaryrefslogtreecommitdiff
path: root/src/html/html_head_element.h
diff options
context:
space:
mode:
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