[gimp] curve-bend: Remove dead code
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] curve-bend: Remove dead code
- Date: Mon, 3 Oct 2011 05:33:15 +0000 (UTC)
commit 077dc13c4e8318e2be3c582d608a49fa7abc1b09
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 3 11:03:06 2011 +0530
curve-bend: Remove dead code
plug-ins/common/curve-bend.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/plug-ins/common/curve-bend.c b/plug-ins/common/curve-bend.c
index ce8652d..6a71d24 100644
--- a/plug-ins/common/curve-bend.c
+++ b/plug-ins/common/curve-bend.c
@@ -2445,11 +2445,6 @@ p_stretch_curves (BenderDialog *cd,
l_yb = cd->curve[l_outline][l_x2 +1]; /* y of next point */
cd->curve_ptr[l_outline][l_x1] = ROUND (((l_ya + ((l_yb -l_ya) * l_rest)) * ymax) / 255);
}
-
- {
- int l_debugY;
- l_debugY = ROUND((cd->curve[l_outline][l_x2] * ymax) / 255);
- }
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]