[gimp] file-jp2-load: Delete dead variable and assignment



commit 16f7aafdbb37effb6b51b95381d5397a30a8ac64
Author: Mukund Sivaraman <muks banu com>
Date:   Sat Oct 8 18:30:21 2011 +0530

    file-jp2-load: Delete dead variable and assignment

 plug-ins/common/file-jp2-load.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/file-jp2-load.c b/plug-ins/common/file-jp2-load.c
index 3dd1844..7e78692 100644
--- a/plug-ins/common/file-jp2-load.c
+++ b/plug-ins/common/file-jp2-load.c
@@ -118,13 +118,10 @@ run (const gchar      *name,
      GimpParam       **return_vals)
 {
   static GimpParam   values[2];
-  GimpRunMode        run_mode;
   GimpPDBStatusType  status = GIMP_PDB_SUCCESS;
   gint               image_ID;
   GError            *error = NULL;
 
-  run_mode = param[0].data.d_int32;
-
   INIT_I18N ();
 
   *nreturn_vals = 1;



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