[gimp/metadata-browser] curve-bend: Remove dead code



commit dac5d3d662d3018bbe8a932cbf60bc763a4a16fa
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]