[gimp] lens-distortion: Delete dead variable and assignment



commit c70b2437145bdfec6fac2353f0beeb30de2d4e68
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Oct 4 14:46:39 2011 +0530

    lens-distortion: Delete dead variable and assignment

 plug-ins/common/lens-distortion.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/lens-distortion.c b/plug-ins/common/lens-distortion.c
index 121bff8..d0b9e91 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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]