[gimp] app (histogram): Delete redundant assignments
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app (histogram): Delete redundant assignments
- Date: Wed, 12 Oct 2011 12:00:37 +0000 (UTC)
commit 3793c1f1ecfc00693b6165029fb92b619bd4e88e
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]