Author: akv
Date: 2010-03-08 01:09:59 +0100 (Mon, 08 Mar 2010)
New Revision: 3251

Modified:
   trunk/plugins/lensfun/lensfun.c
Log:
Removed unused TCA code.

Modified: trunk/plugins/lensfun/lensfun.c
===================================================================
--- trunk/plugins/lensfun/lensfun.c     2010-03-07 15:41:35 UTC (rev 3250)
+++ trunk/plugins/lensfun/lensfun.c     2010-03-08 00:09:59 UTC (rev 3251)
@@ -492,9 +492,6 @@
                {
                        lfLensCalibTCA tca;
                        tca.Model = LF_TCA_MODEL_LINEAR;
-                       const char *details = NULL;
-                       const lfParameter **params = NULL;
-                       lf_get_tca_model_desc (tca.Model, &details, &params);
                        tca.Terms[0] = (lensfun->tca_kr/100)+1;
                        tca.Terms[1] = (lensfun->tca_kb/100)+1;
                        lf_lens_add_calib_tca((lfLens *) 
lensfun->selected_lens, (lfLensCalibTCA *) &tca);


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to