summaryrefslogtreecommitdiff
path: root/src
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
parentec33fbf88e55b12506feae946bd9cc723835944d (diff)
DilloHtml Buf_Consumed unneeded
Diffstat (limited to 'src')
-rw-r--r--src/html.cc1
-rw-r--r--src/html_common.hh1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/html.cc b/src/html.cc
index 3791a1e4..aeded4dc 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -405,7 +405,6 @@ DilloHtml::DilloHtml(BrowserWindow *p_bw, const DilloUrl *url,
a_Bw_add_doc(p_bw, this);
/* Init for-parsing variables */
- Buf_Consumed = 0;
Start_Buf = NULL;
Start_Ofs = 0;
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;