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/plain.cc | |
parent | 8a2b5a9e5b8aad195531603aedbbdd5a9eb98bfa (diff) |
- Extended Page size meter to include images.
Diffstat (limited to 'src/plain.cc')
-rw-r--r-- | src/plain.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plain.cc b/src/plain.cc index 3f2c6399..9a656907 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -191,9 +191,6 @@ void DilloPlain::write(void *Buf, uint_t BufSize, int Eof) } DW2TB(dw)->flush(); - - if (bw) - a_UIcmd_set_page_prog(bw, Start_Ofs, 1); } /* @@ -228,8 +225,6 @@ static void Plain_callback(int Op, CacheClient_t *Client) plain->write(Client->Buf, Client->BufSize, 1); /* remove this client from our active list */ a_Bw_close_client(plain->bw, Client->Key); - /* set progress bar insensitive */ - a_UIcmd_set_page_prog(plain->bw, 0, 0); } else { plain->write(Client->Buf, Client->BufSize, 0); } |