From 089040e6c13e250d06755f56f4d5b2e1107d4cf8 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 10 Oct 2011 10:03:43 +0530 Subject: [PATCH] antialias: Delete dead variable and assignment --- plug-ins/common/antialias.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plug-ins/common/antialias.c b/plug-ins/common/antialias.c index 69a7cac6a9..e405685a09 100644 --- a/plug-ins/common/antialias.c +++ b/plug-ins/common/antialias.c @@ -141,9 +141,7 @@ run (const gchar *name, if (status == GIMP_PDB_SUCCESS) { GimpDrawable *drawable; - gint32 image_ID; - image_ID = param[1].data.d_int32; drawable = gimp_drawable_get (param[2].data.d_drawable); gimp_progress_init (_("Antialiasing..."));