[Rawstudio-commit] r2006 - trunk/src
Anders Brander
anders at brander.dk
Tue Sep 16 17:43:50 CEST 2008
Author: abrander
Date: 2008-09-16 17:43:50 +0200 (Tue, 16 Sep 2008)
New Revision: 2006
Modified:
trunk/src/rawstudio.c
trunk/src/rawstudio.h
Log:
Removed unused sharpness from RS_METADATA.
Modified: trunk/src/rawstudio.c
===================================================================
--- trunk/src/rawstudio.c 2008-09-16 12:25:29 UTC (rev 2005)
+++ trunk/src/rawstudio.c 2008-09-16 15:43:50 UTC (rev 2006)
@@ -449,7 +449,6 @@
metadata->cam_mul[0] = -1.0;
metadata->contrast = -1.0;
metadata->saturation = -1.0;
- metadata->sharpness = -1.0;
metadata->color_tone = -1.0;
metadata->focallength = -1;
for(i=0;i<4;i++)
Modified: trunk/src/rawstudio.h
===================================================================
--- trunk/src/rawstudio.h 2008-09-16 12:25:29 UTC (rev 2005)
+++ trunk/src/rawstudio.h 2008-09-16 15:43:50 UTC (rev 2006)
@@ -201,7 +201,6 @@
gdouble cam_mul[4];
gdouble contrast;
gdouble saturation;
- gdouble sharpness;
gdouble color_tone;
gshort focallength;
RS_MATRIX4 adobe_coeff;
More information about the Rawstudio-commit
mailing list