[gimp] plugin-browser: Delete dead variable and assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plugin-browser: Delete dead variable and assignment
- Date: Tue, 11 Oct 2011 05:04:16 +0000 (UTC)
commit ee63574db013718f026c3e79a0827b1cc33f6e16
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]