iwarp: Delete dead variables and assignments
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user