diff --git a/plug-ins/common/iwarp.c b/plug-ins/common/iwarp.c index 072bd2c3f6..9cbf475e23 100644 --- a/plug-ins/common/iwarp.c +++ b/plug-ins/common/iwarp.c @@ -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);