summaryrefslogtreecommitdiff
path: root/src/html/html_table_element.h
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-19 03:34:44 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-19 09:33:24 +0530
commitb47a2e73aaba1874ec55cc76fea52cc12cb4f7fd (patch)
treeb64dff74099f26172718fe677251b4e138816826 /src/html/html_table_element.h
parent31f565724ab1074ca3b1b43c024c5799fbca93f8 (diff)
downloadlibdom-b47a2e73aaba1874ec55cc76fea52cc12cb4f7fd.tar.gz
libdom-b47a2e73aaba1874ec55cc76fea52cc12cb4f7fd.tar.bz2
Reference counting on cached nodes on table element
Diffstat (limited to 'src/html/html_table_element.h')
-rw-r--r--src/html/html_table_element.h6
1 files changed, 0 insertions, 6 deletions
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 */