[gimp] warp: Delete dead variable and assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] warp: Delete dead variable and assignment
- Date: Mon, 10 Oct 2011 04:43:18 +0000 (UTC)
commit a3b5f677fa7eabaf376d952dfb0b6d0e908292f9
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 10 09:59:23 2011 +0530
warp: Delete dead variable and assignment
plug-ins/common/warp.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/warp.c b/plug-ins/common/warp.c
index 64d6bd4..6fd3554 100644
--- a/plug-ins/common/warp.c
+++ b/plug-ins/common/warp.c
@@ -896,7 +896,6 @@ diff (GimpDrawable *drawable,
gdouble gscalefac; /* scaling factor for x,y differential of 'gradient' map */
gdouble r, theta, dtheta; /* rectangular<-> spherical coordinate transform for vector rotation */
gdouble scale_vec_x, scale_vec_y; /* fixed vector X,Y component scaling factors */
- gint ind;
/* ----------------------------------------------------------------------- */
@@ -1054,7 +1053,6 @@ diff (GimpDrawable *drawable,
dx = destx;
dy = desty;
- ind = 0;
for (col = 0; col < (x2 - x1); col++) /* over columns of pixels */
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]