From b47a2e73aaba1874ec55cc76fea52cc12cb4f7fd Mon Sep 17 00:00:00 2001 From: Rupinder Singh Khokhar Date: Sat, 19 Jul 2014 03:34:44 +0530 Subject: Reference counting on cached nodes on table element --- src/html/html_table_element.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/html/html_table_element.h') diff --git a/src/html/html_table_element.h b/src/html/html_table_element.h index caabbe8..955ab88 100644 --- a/src/html/html_table_element.h +++ b/src/html/html_table_element.h @@ -15,12 +15,6 @@ struct dom_html_table_element { struct dom_html_element base; /**< The base class */ - dom_html_table_caption_element* caption; - /**< The caption associated with the table*/ - dom_html_table_section_element* t_head; - /**< The thead element associated with the table*/ - dom_html_table_section_element* t_foot; - /**< The tfoot element associated with the table*/ }; /* Create a dom_html_table_element object */ -- cgit v1.2.3