]> sjero.net Git - wget/commitdiff
[svn] Remove unused variable row_qty.
authorhniksic <devnull@localhost>
Thu, 30 Jun 2005 12:16:06 +0000 (05:16 -0700)
committerhniksic <devnull@localhost>
Thu, 30 Jun 2005 12:16:06 +0000 (05:16 -0700)
src/ChangeLog
src/progress.c

index ca419b494eee15530540cb256320db8ce76c7fff..ee4ebffd2c686b6a5e66c524395be7bebd8a8a47 100644 (file)
@@ -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>
 
        * main.c: Check for both SIGHUP and SIGUSR1 before using them.
index 27501c6739b044fea6187ba185c606a3e2321e86..627fbc23f5c81628a394c8121fb2e2a17b902917 100644 (file)
@@ -362,10 +362,6 @@ dot_update (void *progress, wgint howmuch, double dltime)
       ++dp->dots;
       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->dots = 0;