aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2008-12-19 20:18:35 -0300
committerJorge Arellano Cid <jcid@dillo.org>2008-12-19 20:18:35 -0300
commit2950e1945283baeffea46480d14f32e21b294a44 (patch)
tree4853a8c170c552438e4b58486add51dd066bf4bc /src/html_common.hh
parent88649e033a26be4ab3f337c856d6098e05adcd0d (diff)
Cleaned up Html_pop_tag()
Diffstat (limited to 'src/html_common.hh')
-rw-r--r--src/html_common.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html_common.hh b/src/html_common.hh
index c694123e..302d9ece 100644
--- a/src/html_common.hh
+++ b/src/html_common.hh
@@ -187,7 +187,6 @@ public: //BUG: for now everything is public
bool PrevWasSPC; /* Flag to help handling collapsing white space */
bool InVisitedLink; /* used to 'contrast_visited_colors' */
bool ReqTagClose; /* Flag to help handling bad-formed HTML */
- bool CloseOneTag; /* Flag to help Html_tag_cleanup_at_close() */
bool WordAfterLI; /* Flag to help ignoring the 1st <P> after <LI> */
bool TagSoup; /* Flag to enable the parser's cleanup functions */
char *NameVal; /* used for validation of "NAME" and "ID" in <A> */