Author: post
Date: 2012-01-22 15:15:14 +0100 (Sun, 22 Jan 2012)
New Revision: 4105
Modified:
trunk/plugins/dcp/dcp-avx.c
trunk/plugins/dcp/dcp-sse2.c
Log:
Remove unused variable.
Modified: trunk/plugins/dcp/dcp-avx.c
===================================================================
--- trunk/plugins/dcp/dcp-avx.c 2012-01-22 14:14:25 UTC (rev 4104)
+++ trunk/plugins/dcp/dcp-avx.c 2012-01-22 14:15:14 UTC (rev 4105)
@@ -649,9 +649,6 @@
SETFLOAT4_SAME(_exposure_qscale, dcp->exposure_qscale);
SETFLOAT4_SAME(_contrast, dcp->contrast);
SETFLOAT4_SAME(_inv_contrast, 1.0f - dcp->contrast);
- SETFLOAT4_SAME(_cm_r, dcp->channelmixer_red);
- SETFLOAT4_SAME(_cm_g, dcp->channelmixer_green);
- SETFLOAT4_SAME(_cm_b, dcp->channelmixer_blue);
SETFLOAT4_SAME(_contr_base, 0.5f);
if (dcp->use_profile)
Modified: trunk/plugins/dcp/dcp-sse2.c
===================================================================
--- trunk/plugins/dcp/dcp-sse2.c 2012-01-22 14:14:25 UTC (rev 4104)
+++ trunk/plugins/dcp/dcp-sse2.c 2012-01-22 14:15:14 UTC (rev 4105)
@@ -693,9 +693,6 @@
SETFLOAT4_SAME(_exposure_qscale, dcp->exposure_qscale);
SETFLOAT4_SAME(_contrast, dcp->contrast);
SETFLOAT4_SAME(_inv_contrast, 1.0f - dcp->contrast);
- SETFLOAT4_SAME(_cm_r, dcp->channelmixer_red);
- SETFLOAT4_SAME(_cm_g, dcp->channelmixer_green);
- SETFLOAT4_SAME(_cm_b, dcp->channelmixer_blue);
SETFLOAT4_SAME(_contr_base, 0.5f);
if (dcp->use_profile)
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit