[gimp] warp: Drop dead variable and assignment



commit 6044e1f953aa5152ba84f340a8ab2a3030050539
Author: Mukund Sivaraman <muks banu com>
Date:   Wed Oct 12 18:59:44 2011 +0530

    warp: Drop dead variable and assignment

 plug-ins/common/warp.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/warp.c b/plug-ins/common/warp.c
index 7dfaa32..c1b0fcb 100644
--- a/plug-ins/common/warp.c
+++ b/plug-ins/common/warp.c
@@ -1300,7 +1300,6 @@ warp_one (GimpDrawable *draw,
   gint    width = -1;
   gint    height = -1;
   gint    dest_bytes=-1;
-  gint    dmap_bytes=-1;
 
   guchar *destrow, *dest;
   guchar *srcrow;
@@ -1353,8 +1352,6 @@ warp_one (GimpDrawable *draw,
   height = draw->height;
   dest_bytes = draw->bpp;
 
-  dmap_bytes = map_x->bpp;
-
    max_progress = (x2 - x1) * (y2 - y1);
 
 



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