summaryrefslogtreecommitdiff
path: root/src/html/html_form_element.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2014-01-05 15:31:59 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2014-01-05 15:31:59 +0000
commit578704d5a4df0fc7001efe64a5abb343fd2f2b70 (patch)
tree5138682bf350e451fca2cf8c97ae76d635841d1e /src/html/html_form_element.h
parent1e38192e17e7003bf464beaedd3743d883c8d51c (diff)
downloadlibdom-578704d5a4df0fc7001efe64a5abb343fd2f2b70.tar.gz
libdom-578704d5a4df0fc7001efe64a5abb343fd2f2b70.tar.bz2
Remove a bunch of leaks but not reffing dom nodes from dom nodes
Diffstat (limited to 'src/html/html_form_element.h')
-rw-r--r--src/html/html_form_element.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/html/html_form_element.h b/src/html/html_form_element.h
index 1ee9878..67a1080 100644
--- a/src/html/html_form_element.h
+++ b/src/html/html_form_element.h
@@ -17,8 +17,6 @@ struct dom_html_collection;
struct dom_html_form_element {
struct dom_html_element base;
/**< The base class */
- struct dom_html_collection *col;
- /**< The collection of form controls */
};
/* Create a dom_html_form_element object */