depth-merge: Delete redundant assignment

This commit is contained in:
Mukund Sivaraman 2011-10-06 09:11:53 +05:30
parent 61c47bf865
commit e04edfa8e2
1 changed files with 0 additions and 1 deletions

View File

@ -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++)
{