pixelshif.cc compilation warning. fixes #3889

This commit is contained in:
heckflosse
2017-05-27 11:51:13 +02:00
parent 136c9153e6
commit fd29535657

View File

@@ -101,7 +101,6 @@ float nonGreenDiffCross(float right, float left, float top, float bottom, float
avg *= eperIso;
prnu *= avg;
float stddev = stddevFactor * (avg + nreadIso + prnu * prnu);
float result = std::min(hDiff, vDiff) - stddev;
return std::max(std::min(hDiff, vDiff) - stddev, 0.f);
}