[gimp/metadata-browser] qbist: Remove dead assignment (and variable)
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] qbist: Remove dead assignment (and variable)
- Date: Fri, 2 Dec 2011 02:05:19 +0000 (UTC)
commit 225b1335f0b8472b5c3545b7b34062142e461730
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 4 14:16:20 2011 +0530
qbist: Remove dead assignment (and variable)
plug-ins/common/qbist.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/qbist.c b/plug-ins/common/qbist.c
index c0cd35f..b8fea8e 100644
--- a/plug-ins/common/qbist.c
+++ b/plug-ins/common/qbist.c
@@ -431,7 +431,7 @@ run (const gchar *name,
{
static GimpParam values[1];
gint sel_x1, sel_y1, sel_x2, sel_y2;
- gint img_height, img_width, img_bpp, img_has_alpha;
+ gint img_height, img_width, img_bpp;
GimpDrawable *drawable;
GimpRunMode run_mode;
@@ -456,7 +456,6 @@ run (const gchar *name,
img_width = gimp_drawable_width (drawable->drawable_id);
img_height = gimp_drawable_height (drawable->drawable_id);
img_bpp = gimp_drawable_bpp (drawable->drawable_id);
- img_has_alpha = gimp_drawable_has_alpha (drawable->drawable_id);
gimp_drawable_mask_bounds (drawable->drawable_id,
&sel_x1, &sel_y1, &sel_x2, &sel_y2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]