diff options
author | corvid <corvid@lavabit.com> | 2009-05-21 21:51:52 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-21 21:51:52 +0000 |
commit | 0023d2c254228f512698f92655b65db87f73cd4d (patch) | |
tree | 905b53412bbe27e396ec508012af85b022b17307 /src/html_common.hh | |
parent | ec33fbf88e55b12506feae946bd9cc723835944d (diff) |
DilloHtml Buf_Consumed unneeded
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 c63b9d97..09fc83f4 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -146,7 +146,6 @@ public: //BUG: for now everything is public /* -------------------------------------------------------------------*/ /* Variables required at parsing time */ /* -------------------------------------------------------------------*/ - size_t Buf_Consumed; /* amount of source from cache consumed */ char *Start_Buf; int Start_Ofs; char *content_type, *charset; |