Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26591
Modified Files:
ufraw_embedded.c
Log Message:
Remove unused code.
Index: ufraw_embedded.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_embedded.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- ufraw_embedded.c 1 Jan 2013 04:00:17 -0000 1.32
+++ ufraw_embedded.c 12 Mar 2013 03:27:48 -0000 1.33
@@ -85,7 +85,6 @@
uf->thumb.buffer[0] = 0xff;
} else {
unsigned srcHeight = uf->thumb.height, srcWidth = uf->thumb.width;
- int scaleNum = 1, scaleDenom = 1;
if (uf->conf->size > 0) {
int srcSize = MAX(srcHeight, srcWidth);
@@ -93,13 +92,7 @@
ufraw_message(UFRAW_WARNING, _("Original size (%d) "
"is smaller than the requested
size (%d)"),
srcSize, uf->conf->size);
- } else {
- scaleNum = uf->conf->size;
- scaleDenom = srcSize;
}
- } else if (uf->conf->shrink > 1) {
- scaleNum = 1;
- scaleDenom = uf->conf->shrink;
}
if (raw->thumbType == ppm_thumb_type) {
if (srcHeight*srcWidth * 3 != (unsigned)raw->thumbBufferLength) {
------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
endpoint security space. For insight on selecting the right partner to
tackle endpoint security challenges, access the full report.
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs