[gimp] app (histogram): Drop redundant assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app (histogram): Drop redundant assignment
- Date: Wed, 12 Oct 2011 13:00:14 +0000 (UTC)
commit 46e1e6ec1d1c2eecc6bf6079cf656878d2e6598c
Author: Mukund Sivaraman <muks banu com>
Date: Wed Oct 12 18:29:39 2011 +0530
app (histogram): Drop redundant assignment
app/base/gimphistogram.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/app/base/gimphistogram.c b/app/base/gimphistogram.c
index ac6f24a..0bb6cc9 100644
--- a/app/base/gimphistogram.c
+++ b/app/base/gimphistogram.c
@@ -609,7 +609,6 @@ gimp_histogram_calculate_sub_region (GimpHistogram *histogram,
#define VALUE(c,i) (values[(c) * 256 + (i)])
h = region->h;
- w = region->w;
if (mask)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]