[gimp] tile: Delete dead variables and assignments
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] tile: Delete dead variables and assignments
- Date: Sat, 8 Oct 2011 13:33:19 +0000 (UTC)
commit dd33ca10eaf3cfe0b7e4086411f9b02fc72f752c
Author: Mukund Sivaraman <muks banu com>
Date: Sat Oct 8 18:15:40 2011 +0530
tile: Delete dead variables and assignments
plug-ins/common/tile.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/plug-ins/common/tile.c b/plug-ins/common/tile.c
index 131bd83..ddc5f7a 100644
--- a/plug-ins/common/tile.c
+++ b/plug-ins/common/tile.c
@@ -129,8 +129,6 @@ run (const gchar *name,
GimpRunMode run_mode;
GimpPDBStatusType status = GIMP_PDB_SUCCESS;
gint32 new_layer = -1;
- gint width;
- gint height;
run_mode = param[0].data.d_int32;
@@ -144,9 +142,6 @@ run (const gchar *name,
values[1].type = GIMP_PDB_IMAGE;
values[2].type = GIMP_PDB_LAYER;
- width = gimp_drawable_width (param[2].data.d_drawable);
- height = gimp_drawable_height (param[2].data.d_drawable);
-
switch (run_mode)
{
case GIMP_RUN_INTERACTIVE:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]