[gimp/metadata-browser] qbist: Delete dead variable and assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] qbist: Delete dead variable and assignment
- Date: Fri, 2 Dec 2011 02:17:54 +0000 (UTC)
commit fd8f9272f546849b8d1fbbbe8aa6a101f1d67262
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 11 09:57:55 2011 +0530
qbist: Delete dead variable and assignment
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 b8fea8e..bb7cdc0 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;
+ gint img_height, img_width;
GimpDrawable *drawable;
GimpRunMode run_mode;
@@ -455,7 +455,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);
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]