[gimp/metadata-browser] plugin-browser: Delete dead variable and assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] plugin-browser: Delete dead variable and assignment
- Date: Fri, 2 Dec 2011 02:19:05 +0000 (UTC)
commit 8512d8db3c043db4572467c2a0a06edb83943e83
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 11 10:31:58 2011 +0530
plugin-browser: Delete dead variable and assignment
plug-ins/common/plugin-browser.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/plugin-browser.c b/plug-ins/common/plugin-browser.c
index 7ace480..2528fdb 100644
--- a/plug-ins/common/plugin-browser.c
+++ b/plug-ins/common/plugin-browser.c
@@ -160,9 +160,6 @@ run (const gchar *name,
GimpParam **return_vals)
{
static GimpParam values[2];
- GimpRunMode run_mode;
-
- 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]