summaryrefslogtreecommitdiff
path: root/src/html/html_tablecell_element.h
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-31 23:27:11 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-31 23:27:11 +0530
commit12fbcd3d88177c35c5435ae400c17025c1ca9181 (patch)
treefc4ededf89769fa7dca4a138383b1c0fb4c8fd54 /src/html/html_tablecell_element.h
parent1eaa38650c5a828ff47cc145ac843bde3840ec1c (diff)
downloadlibdom-12fbcd3d88177c35c5435ae400c17025c1ca9181.tar.gz
libdom-12fbcd3d88177c35c5435ae400c17025c1ca9181.tar.bz2
remove precaching cell index
Diffstat (limited to 'src/html/html_tablecell_element.h')
-rw-r--r--src/html/html_tablecell_element.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/html/html_tablecell_element.h b/src/html/html_tablecell_element.h
index 801c3c0..5a48439 100644
--- a/src/html/html_tablecell_element.h
+++ b/src/html/html_tablecell_element.h
@@ -16,8 +16,6 @@
struct dom_html_table_cell_element {
struct dom_html_element base;
/**< The base class */
- int32_t id;
- /**< The Index Associated with the cell*/
};
/* Create a dom_html_table_cell_element object */