From acd29c6f5c00ecb0af81ca316e763ff6498ad4c7 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero Date: Fri, 20 Nov 2020 11:40:53 +0100 Subject: [PATCH] WRG: clean unused typedefs --- .../ImageManipulation/include/otbResetMarginFilter.hxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Modules/Filtering/ImageManipulation/include/otbResetMarginFilter.hxx b/Modules/Filtering/ImageManipulation/include/otbResetMarginFilter.hxx index 14ef8d580f..70bdf818e3 100644 --- a/Modules/Filtering/ImageManipulation/include/otbResetMarginFilter.hxx +++ b/Modules/Filtering/ImageManipulation/include/otbResetMarginFilter.hxx @@ -22,11 +22,8 @@ #define otbResetMarginFilter_hxx #include "otbResetMarginFilter.h" -#include "otbInterval.h" #include "otbMacro.h" #include "otbLogHelpers.h" -#include "itkImageScanlineConstIterator.h" -#include "itkImageScanlineIterator.h" #include "itkProgressReporter.h" #include #include @@ -53,9 +50,6 @@ ResetMarginFilter OutputImageRegionType const& outputRegionForThread, itk::ThreadIdType threadId) { - using InputIterator = itk::ImageScanlineConstIterator; - using OutputIterator = itk::ImageScanlineIterator; - auto const* input = this->GetInput(); auto * output = this->GetOutput(); assert(input); -- GitLab