[gimp/metadata-browser] file-faxg3: Remove dead assignment (and variable)



commit df1c1f4dab3c775b82a94676399ba64489bd17a0
Author: Mukund Sivaraman <muks banu com>
Date:   Mon Oct 3 18:44:27 2011 +0530

    file-faxg3: Remove dead assignment (and variable)

 plug-ins/file-faxg3/faxg3.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/file-faxg3/faxg3.c b/plug-ins/file-faxg3/faxg3.c
index 35ac011..c1d7282 100644
--- a/plug-ins/file-faxg3/faxg3.c
+++ b/plug-ins/file-faxg3/faxg3.c
@@ -121,12 +121,9 @@ run (const gchar      *name,
      GimpParam       **return_vals)
 {
   static GimpParam  values[2];
-  GimpRunMode       run_mode;
   gint32            image_ID;
   GError           *error = NULL;
 
-  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]