[gimp/metadata-browser] web-browser: Drop dead variable and assignment



commit d120a7dae369691dc093db7bb50c78a58655abf1
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Oct 11 10:15:35 2011 +0530

    web-browser: Drop dead variable and assignment

 plug-ins/common/web-browser.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/web-browser.c b/plug-ins/common/web-browser.c
index 965d657..d03c1f7 100644
--- a/plug-ins/common/web-browser.c
+++ b/plug-ins/common/web-browser.c
@@ -86,14 +86,12 @@ run (const gchar      *name,
      GimpParam       **return_vals)
 {
   static GimpParam   values[2];
-  GimpRunMode        run_mode;
   GimpPDBStatusType  status;
   GError            *error = NULL;
 
   *nreturn_vals = 1;
   *return_vals  = values;
 
-  run_mode = param[0].data.d_int32;
   status   = GIMP_PDB_SUCCESS;
 
   INIT_I18N ();



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