[gimp/metadata-browser] app (histogram): Delete redundant assignments
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app (histogram): Delete redundant assignments
- Date: Fri, 2 Dec 2011 02:19:55 +0000 (UTC)
commit 7ad56c1de9fcb5cdbb6ca37400145db7b3d8b32f
Author: Mukund Sivaraman <muks banu com>
Date: Wed Oct 12 17:11:39 2011 +0530
app (histogram): Delete redundant assignments
app/base/gimphistogram.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/app/base/gimphistogram.c b/app/base/gimphistogram.c
index ac6f24a..8dc5472 100644
--- a/app/base/gimphistogram.c
+++ b/app/base/gimphistogram.c
@@ -623,7 +623,6 @@ gimp_histogram_calculate_sub_region (GimpHistogram *histogram,
{
s = src;
m = msrc;
- w = region->w;
while (w--)
{
@@ -645,7 +644,6 @@ gimp_histogram_calculate_sub_region (GimpHistogram *histogram,
{
s = src;
m = msrc;
- w = region->w;
while (w--)
{
@@ -669,7 +667,6 @@ gimp_histogram_calculate_sub_region (GimpHistogram *histogram,
{
s = src;
m = msrc;
- w = region->w;
while (w--)
{
@@ -700,7 +697,6 @@ gimp_histogram_calculate_sub_region (GimpHistogram *histogram,
{
s = src;
m = msrc;
- w = region->w;
while (w--)
{
@@ -739,7 +735,6 @@ gimp_histogram_calculate_sub_region (GimpHistogram *histogram,
while (h--)
{
s = src;
- w = region->w;
while (w--)
{
@@ -756,7 +751,6 @@ gimp_histogram_calculate_sub_region (GimpHistogram *histogram,
while (h--)
{
s = src;
- w = region->w;
while (w--)
{
@@ -776,7 +770,6 @@ gimp_histogram_calculate_sub_region (GimpHistogram *histogram,
while (h--)
{
s = src;
- w = region->w;
while (w--)
{
@@ -802,7 +795,6 @@ gimp_histogram_calculate_sub_region (GimpHistogram *histogram,
while (h--)
{
s = src;
- w = region->w;
while (w--)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]