[gimp/metadata-browser] unsharp-mask: Delete dead variable and assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] unsharp-mask: Delete dead variable and assignment
- Date: Fri, 2 Dec 2011 02:17:04 +0000 (UTC)
commit 9464a8da9b0786066d8e02aa918b10294088b8cf
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]