[gimp] apply-canvas: Remove dead assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] apply-canvas: Remove dead assignment
- Date: Mon, 3 Oct 2011 13:45:30 +0000 (UTC)
commit da075e95231cf955e2d1aeb467c3b9fa3b27ab66
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 3 18:42:15 2011 +0530
apply-canvas: Remove dead assignment
plug-ins/common/apply-canvas.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/apply-canvas.c b/plug-ins/common/apply-canvas.c
index 4d1c94c..71fdcd0 100644
--- a/plug-ins/common/apply-canvas.c
+++ b/plug-ins/common/apply-canvas.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]