diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/html.cc | 1 | ||||
-rw-r--r-- | src/html_common.hh | 1 |
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; |