unsharp-mask: Delete dead variable and assignment
This commit is contained in:
@ -397,7 +397,6 @@ gaussian_blur_line (const gdouble *cmatrix,
|
|||||||
const gint len,
|
const gint len,
|
||||||
const gint bpp)
|
const gint bpp)
|
||||||
{
|
{
|
||||||
const gdouble *cmatrix_p;
|
|
||||||
const guchar *src_p;
|
const guchar *src_p;
|
||||||
const guchar *src_p1;
|
const guchar *src_p1;
|
||||||
const gint cmatrix_middle = cmatrix_length / 2;
|
const gint cmatrix_middle = cmatrix_length / 2;
|
||||||
@ -482,7 +481,6 @@ gaussian_blur_line (const gdouble *cmatrix,
|
|||||||
{
|
{
|
||||||
gdouble sum = 0;
|
gdouble sum = 0;
|
||||||
|
|
||||||
cmatrix_p = cmatrix;
|
|
||||||
src_p1 = src_p;
|
src_p1 = src_p;
|
||||||
|
|
||||||
for (j = 0; j < cmatrix_length; j++)
|
for (j = 0; j < cmatrix_length; j++)
|
||||||
|
Reference in New Issue
Block a user