mosaic: Delete dead variable and assignment

This commit is contained in:
Mukund Sivaraman 2011-10-04 14:49:30 +05:30
parent c70b243714
commit 433e1dcb77
1 changed files with 0 additions and 3 deletions

View File

@ -814,15 +814,12 @@ find_gradients (GimpDrawable *drawable,
{
GimpPixelRgn src_rgn;
GimpPixelRgn dest_rgn;
gint bytes;
gint i, j;
guchar *gr, *dh, *dv;
gint hmax, vmax;
gint row, rows;
gint ith_row;
bytes = drawable->bpp;
/* allocate the gradient maps */
h_grad = g_new (guchar, width * height);
v_grad = g_new (guchar, width * height);