From 95b0903df8bfc72921260ee20b783e559d1f51bf Mon Sep 17 00:00:00 2001 From: Oliver Duis Date: Sat, 16 Jun 2012 08:08:49 +0200 Subject: [PATCH] Small LCP cleanup see issue 1422 --- rtengine/lcp.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtengine/lcp.cc b/rtengine/lcp.cc index 4284e52a7..4fdecb19a 100644 --- a/rtengine/lcp.cc +++ b/rtengine/lcp.cc @@ -594,8 +594,6 @@ void XMLCALL LCPProfile::XmlTextHandler(void *pLCPProfile, const XML_Char *s, in pProf->pCurCommon->param[3]=atof(raw); else if (!strcmp("RadialDistortParam5",tag) || !strcmp("TangentialDistortParam2",tag)) pProf->pCurCommon->param[4]=atof(raw); - else if (!strcmp("RadialDistortParam6",tag) || !strcmp("TangentialDistortParam3",tag)) - pProf->pCurCommon->param[5]=atof(raw); } void XMLCALL LCPProfile::XmlEndHandler(void *pLCPProfile, const char *el) {