[gimp] file-faxg3: Remove dead assignment (and variable)
- From: Mukund Sivaraman <muks src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp] file-faxg3: Remove dead assignment (and variable)
 
- Date: Mon,  3 Oct 2011 13:45:35 +0000 (UTC)
 
commit 9343018ad91ba49107ce71c5f6c554615990da08
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]