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