[gimp/metadata-browser] depth-merge: Delete redundant assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] depth-merge: Delete redundant assignment
- Date: Fri, 2 Dec 2011 02:09:35 +0000 (UTC)
commit 0c60e4e3111aae2d14c8fa66c2ad661f8c309a60
Author: Mukund Sivaraman <muks banu com>
Date: Thu Oct 6 09:11:53 2011 +0530
depth-merge: Delete redundant assignment
plug-ins/common/depth-merge.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/depth-merge.c b/plug-ins/common/depth-merge.c
index 9c51f6f..47ff729 100644
--- a/plug-ins/common/depth-merge.c
+++ b/plug-ins/common/depth-merge.c
@@ -1080,7 +1080,6 @@ util_fillReducedBuffer (guchar *dest,
{
yPrime = y * (sourceHeight - 1) / (destHeight - 1);
sourceBufferRow = &(sourceBuffer[yPrime * sourceWidth * sourceBpp]);
- sourceBufferPos = sourceBufferRow;
reducedRowBufferPos = reducedRowBuffer;
for (x = 0; x < destWidth; x++)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]