[gimp] semi-flatten: Drop dead variable and assignment



commit 357f0263b826a24856e1b3935395830f6b07f4df
Author: Mukund Sivaraman <muks banu com>
Date:   Wed Oct 12 17:08:21 2011 +0530

    semi-flatten: Drop dead variable and assignment

 plug-ins/common/semi-flatten.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/semi-flatten.c b/plug-ins/common/semi-flatten.c
index e62623f..e3de754 100644
--- a/plug-ins/common/semi-flatten.c
+++ b/plug-ins/common/semi-flatten.c
@@ -92,9 +92,6 @@ run (const gchar      *name,
   static GimpParam   values[1];
   GimpDrawable      *drawable;
   GimpPDBStatusType  status = GIMP_PDB_SUCCESS;
-  GimpRunMode        run_mode;
-
-  run_mode = param[0].data.d_int32;
 
   *nreturn_vals = 1;
   *return_vals = values;



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