Author: post Date: 2013-08-18 18:43:05 +0200 (Sun, 18 Aug 2013) New Revision: 565
Modified: RawSpeed/SrwDecoder.cpp Log: Remove unused count number. Modified: RawSpeed/SrwDecoder.cpp =================================================================== --- RawSpeed/SrwDecoder.cpp 2013-08-18 16:41:20 UTC (rev 564) +++ RawSpeed/SrwDecoder.cpp 2013-08-18 16:43:05 UTC (rev 565) @@ -97,7 +97,6 @@ mRaw->dim = iPoint2D(width, height); mRaw->createData(); const uint32 offset = raw->getEntry(STRIPOFFSETS)->getInt(); - const uint32 count = raw->getEntry(STRIPBYTECOUNTS)->getInt(); uint32 compressed_offset = raw->getEntry((TiffTag)40976)->getInt(); ByteStream *b; if (getHostEndianness() == little) _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
