iwarp: Delete dead variables and assignments

This commit is contained in:
Mukund Sivaraman 2011-10-10 10:01:30 +05:30
parent a3b5f677fa
commit 4829464f58
1 changed files with 1 additions and 3 deletions

View File

@ -604,14 +604,12 @@ iwarp_supersample (gint sxl,
gint *progress,
gint max_progress)
{
gint i, wx, wy, col, row, cc;
gint i, col, row, cc;
GimpVector2 *srow, *srow_old, *vh;
gdouble xv, yv;
gint color[4];
guchar *dest;
wx = sxr - sxl + 1;
wy = syr - syl + 1;
srow = g_new (GimpVector2, sxr - sxl + 1);
srow_old = g_new (GimpVector2, sxr - sxl + 1);