From c70b2437145bdfec6fac2353f0beeb30de2d4e68 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Tue, 4 Oct 2011 14:46:39 +0530 Subject: [PATCH] lens-distortion: Delete dead variable and assignment --- plug-ins/common/lens-distortion.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plug-ins/common/lens-distortion.c b/plug-ins/common/lens-distortion.c index 121bff8b62..d0b9e91db1 100644 --- a/plug-ins/common/lens-distortion.c +++ b/plug-ins/common/lens-distortion.c @@ -133,13 +133,11 @@ run (const gchar *name, { static GimpParam values[1]; GimpDrawable *drawable; - gint32 image_ID; GimpRGB background; GimpPDBStatusType status = GIMP_PDB_SUCCESS; GimpRunMode run_mode; run_mode = param[0].data.d_int32; - image_ID = param[1].data.d_int32; values[0].type = GIMP_PDB_STATUS; values[0].data.d_status = status;