[gimp] antialias: Delete dead variable and assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] antialias: Delete dead variable and assignment
- Date: Mon, 10 Oct 2011 04:43:33 +0000 (UTC)
commit 089040e6c13e250d06755f56f4d5b2e1107d4cf8
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 10 10:03:43 2011 +0530
antialias: Delete dead variable and assignment
plug-ins/common/antialias.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/antialias.c b/plug-ins/common/antialias.c
index 69a7cac..e405685 100644
--- a/plug-ins/common/antialias.c
+++ b/plug-ins/common/antialias.c
@@ -141,9 +141,7 @@ run (const gchar *name,
if (status == GIMP_PDB_SUCCESS)
{
GimpDrawable *drawable;
- gint32 image_ID;
- image_ID = param[1].data.d_int32;
drawable = gimp_drawable_get (param[2].data.d_drawable);
gimp_progress_init (_("Antialiasing..."));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]