[gimp/metadata-browser] tile: Delete dead variables and assignments



commit 396c4f39143fa1d6787a03119ed4cbf9e2edff99
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]