From 2950e1945283baeffea46480d14f32e21b294a44 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Fri, 19 Dec 2008 20:18:35 -0300 Subject: Cleaned up Html_pop_tag() --- src/html_common.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/html_common.hh') 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

after

  • */ bool TagSoup; /* Flag to enable the parser's cleanup functions */ char *NameVal; /* used for validation of "NAME" and "ID" in */ -- cgit v1.2.3