diff --git a/Code/BasicFilters/otbMeanShiftImageFilter2.txx b/Code/BasicFilters/otbMeanShiftImageFilter2.txx index b7b093a66cb4df1e26819d3cb9c5a576fc4a32a3..bd5ee6f9e27b417f9b68e607a71e865db40b9293 100644 --- a/Code/BasicFilters/otbMeanShiftImageFilter2.txx +++ b/Code/BasicFilters/otbMeanShiftImageFilter2.txx @@ -519,7 +519,6 @@ MeanShiftImageFilter2<TInputImage, TOutputImage, TKernel, TNorm, TOutputMetricIm for (unsigned int comp = ImageDimension; comp < jointDimension; comp++) bandwidth[comp] = m_RangeBandwidth; - itk::ProgressReporter progress(this, threadId, outputRegionForThread.GetNumberOfPixels()); RegionType requestedRegion;