From ffc8138ba026b6ce0471105ab431f054f24589ff Mon Sep 17 00:00:00 2001 From: rsk1994 Date: Thu, 15 May 2014 05:43:49 +0530 Subject: Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor Element. Image Element --- include/dom/html/html_anchor_element.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/dom/html/html_anchor_element.h') 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); -- cgit v1.2.3