diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-21 16:40:36 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2008-12-21 16:40:36 -0300 |
commit | 7149a1e3fc877a8c060cbf07e4325d636cc807ad (patch) | |
tree | dc2fb3208f9dcaa7bc9939951f48c7fc61890b4a /src/html_common.hh | |
parent | 022e339b4417b119cc75fcb2cef057bfce41f8e8 (diff) |
Patch for CSS stylesheet loading part#2
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 ead9cf14..4c6f40c5 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -174,7 +174,6 @@ public: //BUG: for now everything is public bool stop_parser_after_head; bool repush_after_head; - bool repush_after_stylesheet; size_t CurrTagOfs; size_t OldTagOfs, OldTagLine; |