[gimp/metadata-browser] lens-distortion: Delete dead variable and assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] lens-distortion: Delete dead variable and assignment
- Date: Fri, 2 Dec 2011 02:06:19 +0000 (UTC)
commit 8e3a90b08348ea796dad64aecd788d715e4f44d5
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 4 14:46:39 2011 +0530
lens-distortion: Delete dead variable and assignment
plug-ins/common/lens-distortion.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/lens-distortion.c b/plug-ins/common/lens-distortion.c
index 121bff8..d0b9e91 100644
--- a/plug-ins/common/lens-distortion.c
+++ b/plug-ins/common/lens-distortion.c
@@ -133,13 +133,11 @@ run (const gchar *name,
{
static GimpParam values[1];
GimpDrawable *drawable;
- gint32 image_ID;
GimpRGB background;
GimpPDBStatusType status = GIMP_PDB_SUCCESS;
GimpRunMode run_mode;
run_mode = param[0].data.d_int32;
- image_ID = param[1].data.d_int32;
values[0].type = GIMP_PDB_STATUS;
values[0].data.d_status = status;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]