From 578704d5a4df0fc7001efe64a5abb343fd2f2b70 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Jan 2014 15:31:59 +0000 Subject: Remove a bunch of leaks but not reffing dom nodes from dom nodes --- src/html/html_form_element.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/html/html_form_element.h') 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 */ -- cgit v1.2.3