mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove unused variable row_qty.
This commit is contained in:
parent
09f9b4e02b
commit
26630942cb
@ -1,3 +1,7 @@
|
|||||||
|
2005-06-27 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* progress.c (dot_update): Remove unused variable row_qty.
|
||||||
|
|
||||||
2005-06-29 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-06-29 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* main.c: Check for both SIGHUP and SIGUSR1 before using them.
|
* main.c: Check for both SIGHUP and SIGUSR1 before using them.
|
||||||
|
@ -362,10 +362,6 @@ dot_update (void *progress, wgint howmuch, double dltime)
|
|||||||
++dp->dots;
|
++dp->dots;
|
||||||
if (dp->dots >= opt.dots_in_line)
|
if (dp->dots >= opt.dots_in_line)
|
||||||
{
|
{
|
||||||
wgint row_qty = ROW_BYTES;
|
|
||||||
if (dp->rows == dp->initial_length / ROW_BYTES)
|
|
||||||
row_qty -= dp->initial_length % ROW_BYTES;
|
|
||||||
|
|
||||||
++dp->rows;
|
++dp->rows;
|
||||||
dp->dots = 0;
|
dp->dots = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user