summaryrefslogtreecommitdiff
path: root/include/dom/html/html_anchor_element.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-15 05:43:49 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:07 +0530
commit501852e21d843601d2501cfe9cb31a13f259cf50 (patch)
tree64c082f770d6d04d3fb371a66e9f774e4d1a3deb /include/dom/html/html_anchor_element.h
parent72de0d1c1b36201c72ac4881faa0b57b920aac63 (diff)
downloadlibdom-501852e21d843601d2501cfe9cb31a13f259cf50.tar.gz
libdom-501852e21d843601d2501cfe9cb31a13f259cf50.tar.bz2
Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor Element. Image <img> Element
Diffstat (limited to 'include/dom/html/html_anchor_element.h')
-rw-r--r--include/dom/html/html_anchor_element.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/dom/html/html_anchor_element.h b/include/dom/html/html_anchor_element.h
index 5d08e75..c7bcdea 100644
--- a/include/dom/html/html_anchor_element.h
+++ b/include/dom/html/html_anchor_element.h
@@ -64,12 +64,6 @@ dom_exception dom_html_anchor_element_get_rev(
dom_exception dom_html_anchor_element_set_rev(
dom_html_anchor_element *anchor, dom_string *rev);
-dom_exception dom_html_anchor_element_get_hreflang(
- dom_html_anchor_element *anchor, dom_string **hreflang);
-
-dom_exception dom_html_anchor_element_set_hreflang(
- dom_html_anchor_element *anchor, dom_string *hreflang);
-
dom_exception dom_html_anchor_element_get_shape(
dom_html_anchor_element *anchor, dom_string **shape);