diff options
author | corvid <corvid@lavabit.com> | 2009-10-24 00:27:08 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-10-24 00:27:08 +0000 |
commit | d8b1c71b7f9ad6e4764ae95ecdd8fdc25fa84e52 (patch) | |
tree | 92c1d150da3446967be89f72223e63372f4c2240 /src/html_common.hh | |
parent | fa8e3ded4dc562b9d2c4402f21cdaf5e09139257 (diff) |
don't appear to need WordAfterLI anymore
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 369d2bf3..6c15e405 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -171,7 +171,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 WordAfterLI; /* Flag to help ignoring the 1st <P> after <LI> */ bool TagSoup; /* Flag to enable the parser's cleanup functions */ bool loadCssFromStash; /* current stash content should be loaded as CSS */ |