[gimp/metadata-browser] warp: Remove dead variable and assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] warp: Remove dead variable and assignment
- Date: Fri, 2 Dec 2011 02:06:29 +0000 (UTC)
commit a47927c222ca43fda69dbbbed7a68188c8215d5c
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 4 14:53:53 2011 +0530
warp: Remove dead variable and assignment
plug-ins/common/warp.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/warp.c b/plug-ins/common/warp.c
index 4746e42..18dd639 100644
--- a/plug-ins/common/warp.c
+++ b/plug-ins/common/warp.c
@@ -1215,7 +1215,6 @@ warp (GimpDrawable *orig_draw)
gboolean first_time = TRUE;
gint width;
gint height;
- gint bytes;
gint orig_image_id;
gint image_type;
gint x1, y1, x2, y2;
@@ -1243,7 +1242,6 @@ warp (GimpDrawable *orig_draw)
width = orig_draw->width;
height = orig_draw->height;
- bytes = orig_draw->bpp;
image_type = gimp_drawable_type (orig_draw->drawable_id);
/* generate x,y differential images (arrays) */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]