[gimp] semi-flatten: Remove dead variable and assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] semi-flatten: Remove dead variable and assignment
- Date: Thu, 6 Oct 2011 14:26:41 +0000 (UTC)
commit b11bc202f1712a073d4f9f8961c6a481fad157bf
Author: Mukund Sivaraman <muks banu com>
Date: Thu Oct 6 18:59:31 2011 +0530
semi-flatten: Remove dead variable and assignment
plug-ins/common/semi-flatten.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/semi-flatten.c b/plug-ins/common/semi-flatten.c
index 9a8e9d1..e62623f 100644
--- a/plug-ins/common/semi-flatten.c
+++ b/plug-ins/common/semi-flatten.c
@@ -91,7 +91,6 @@ run (const gchar *name,
{
static GimpParam values[1];
GimpDrawable *drawable;
- gint32 image_ID;
GimpPDBStatusType status = GIMP_PDB_SUCCESS;
GimpRunMode run_mode;
@@ -107,7 +106,6 @@ run (const gchar *name,
/* Get the specified drawable */
drawable = gimp_drawable_get (param[2].data.d_drawable);
- image_ID = param[1].data.d_image;
if (status == GIMP_PDB_SUCCESS)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]