aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-05-21 21:51:52 +0000
committercorvid <corvid@lavabit.com>2009-05-21 21:51:52 +0000
commit0023d2c254228f512698f92655b65db87f73cd4d (patch)
tree905b53412bbe27e396ec508012af85b022b17307 /src/html_common.hh
parentec33fbf88e55b12506feae946bd9cc723835944d (diff)
DilloHtml Buf_Consumed unneeded
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 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;