[gimp] unsharp-mask: Delete dead variable and assignment



commit 852646a1c24b6ff1805d2e8f17e50faeb6137788
Author: Mukund Sivaraman <muks banu com>
Date:   Mon Oct 10 10:02:34 2011 +0530

    unsharp-mask: Delete dead variable and assignment

 plug-ins/common/unsharp-mask.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/unsharp-mask.c b/plug-ins/common/unsharp-mask.c
index 539ce2b..e6e3ad8 100644
--- a/plug-ins/common/unsharp-mask.c
+++ b/plug-ins/common/unsharp-mask.c
@@ -397,7 +397,6 @@ gaussian_blur_line (const gdouble *cmatrix,
                     const gint     len,
                     const gint     bpp)
 {
-  const gdouble *cmatrix_p;
   const guchar  *src_p;
   const guchar  *src_p1;
   const gint     cmatrix_middle = cmatrix_length / 2;
@@ -482,7 +481,6 @@ gaussian_blur_line (const gdouble *cmatrix,
             {
               gdouble sum = 0;
 
-              cmatrix_p = cmatrix;
               src_p1 = src_p;
 
               for (j = 0; j < cmatrix_length; j++)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]