[gimp/metadata-browser] mosaic: Remove dead variable and assignment



commit b0ee1771e437ea71dc8bee4152b86fb23c0d02fe
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Oct 6 09:10:33 2011 +0530

    mosaic: Remove dead variable and assignment

 plug-ins/common/mosaic.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/mosaic.c b/plug-ins/common/mosaic.c
index 25eefbc..cbfeddc 100644
--- a/plug-ins/common/mosaic.c
+++ b/plug-ins/common/mosaic.c
@@ -1456,7 +1456,7 @@ grid_localize (gint x1,
                gint x2,
                gint y2)
 {
-  gint     width, height;
+  gint     width;
   gint     i, j;
   gint     k, l;
   gint     x3, y3, x4, y4;
@@ -1468,7 +1468,6 @@ grid_localize (gint x1,
   Vertex  *pt;
 
   width  = x2 - x1;
-  height = y2 - y1;
   size = (gint) mvals.tile_size;
   rand_localize = size * (1.0 - mvals.tile_neatness);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]