diff options
author | jcid <devnull@localhost> | 2008-09-14 22:26:08 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-14 22:26:08 +0200 |
commit | bab63c2851391b8e272dd8ea8d067de3dd19e503 (patch) | |
tree | cc074f6e7b1d031d2537008f763a71fef090cb8a /src/html.cc | |
parent | 8a2b5a9e5b8aad195531603aedbbdd5a9eb98bfa (diff) |
- Extended Page size meter to include images.
Diffstat (limited to 'src/html.cc')
-rw-r--r-- | src/html.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/html.cc b/src/html.cc index 7986c168..cc8aab43 100644 --- a/src/html.cc +++ b/src/html.cc @@ -617,9 +617,6 @@ void DilloHtml::write(char *Buf, int BufSize, int Eof) Start_Buf = Buf; token_start = Html_write_raw(this, buf, bufsize, Eof); Start_Ofs += token_start; - - if (bw) - a_UIcmd_set_page_prog(bw, Start_Ofs, 1); } /* @@ -674,9 +671,6 @@ void DilloHtml::finishParsing(int ClientKey) /* Remove this client from our active list */ a_Bw_close_client(bw, ClientKey); - /* Set progress bar insensitive */ - a_UIcmd_set_page_prog(bw, 0, 0); - freeParseData(); parse_finished = true; } |