From 4a1fb9ae4a559331b8e8710bc56bc1a923d473cf Mon Sep 17 00:00:00 2001 From: heckflosse Date: Sun, 12 Jun 2016 12:55:54 +0200 Subject: [PATCH] removed wrong comment --- rtengine/rawimagesource.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtengine/rawimagesource.cc b/rtengine/rawimagesource.cc index c96456213..b6444dd83 100644 --- a/rtengine/rawimagesource.cc +++ b/rtengine/rawimagesource.cc @@ -2685,7 +2685,6 @@ void RawImageSource::processFlatField(const RAWParams &raw, RawImage *riFlatFile cfaboxblur(riFlatFile, cfablur, 0, 2 * BS); } else if (raw.ff_BlurType == RAWParams::ff_BlurTypestring[RAWParams::vh_ff]) { //slightly more complicated blur if trying to correct both vertical and horizontal anomalies - //allocate buffer and pass it to cfaboxblur => saves two allocations/deallocations later in code cfaboxblur(riFlatFile, cfablur, BS, BS); //first do area blur to correct vignette } else { //(raw.ff_BlurType == RAWParams::ff_BlurTypestring[RAWParams::area_ff]) cfaboxblur(riFlatFile, cfablur, BS, BS);