[gimp] file-jp2-load: Delete dead variable and assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-jp2-load: Delete dead variable and assignment
- Date: Sat, 8 Oct 2011 13:33:55 +0000 (UTC)
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]