apply-canvas: Remove dead assignment

This commit is contained in:
Mukund Sivaraman 2011-10-03 18:42:15 +05:30
parent cd2b6107c3
commit da075e9523

View file

@ -1437,7 +1437,7 @@ strucpi (GimpDrawable *drawable,
}
/* Loop through the rows */
rrow = 0; rcol = 0;
rrow = 0;
for (row = y1; row < y2; row++)
{
gimp_pixel_rgn_get_row (&srcPR, cur_row, x1, row, width);