[gimp] web-browser: Drop dead variable and assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] web-browser: Drop dead variable and assignment
- Date: Tue, 11 Oct 2011 05:03:41 +0000 (UTC)
commit 5da37ccdc66b16542780f5ebe4230efadedd75e7
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]