[gimp] file-sunras: Remove dead assignment (and variable)
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] file-sunras: Remove dead assignment (and variable)
- Date: Thu, 6 Oct 2011 04:07:55 +0000 (UTC)
commit bf31425640b53ac301b907b9f96d9e4fd96b483c
Author: Mukund Sivaraman <muks banu com>
Date: Thu Oct 6 08:25:04 2011 +0530
file-sunras: Remove dead assignment (and variable)
plug-ins/common/file-sunras.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-sunras.c b/plug-ins/common/file-sunras.c
index 0b5e796..284e7a2 100644
--- a/plug-ins/common/file-sunras.c
+++ b/plug-ins/common/file-sunras.c
@@ -1523,10 +1523,8 @@ save_rgb (FILE *ofp,
L_SUNFILEHEADER sunhdr;
GimpPixelRgn pixel_rgn;
GimpDrawable *drawable;
- GimpImageType drawable_type;
drawable = gimp_drawable_get (drawable_ID);
- drawable_type = gimp_drawable_type (drawable_ID);
width = drawable->width;
height = drawable->height;
tile_height = gimp_tile_height ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]