[gimp/metadata-browser] semi-flatten: Remove dead variable and assignment



commit eddd4e8df58c321c14cc4abb4a64eb4736490085
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Oct 6 18:59:31 2011 +0530

    semi-flatten: Remove dead variable and assignment

 plug-ins/common/semi-flatten.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/semi-flatten.c b/plug-ins/common/semi-flatten.c
index 9a8e9d1..e62623f 100644
--- a/plug-ins/common/semi-flatten.c
+++ b/plug-ins/common/semi-flatten.c
@@ -91,7 +91,6 @@ run (const gchar      *name,
 {
   static GimpParam   values[1];
   GimpDrawable      *drawable;
-  gint32             image_ID;
   GimpPDBStatusType  status = GIMP_PDB_SUCCESS;
   GimpRunMode        run_mode;
 
@@ -107,7 +106,6 @@ run (const gchar      *name,
 
   /*  Get the specified drawable  */
   drawable = gimp_drawable_get (param[2].data.d_drawable);
-  image_ID = param[1].data.d_image;
 
   if (status == GIMP_PDB_SUCCESS)
     {



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