X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkExtractImageFilter.h;h=98a40a65f8a2159cd338e7b30c5b0ef6c5a1aee6;hb=a523f5be1e221995c0d4d29a0077b5e8b984c96d;hp=ce31fd9c915ebdb12f552f8e58809b312ba26463;hpb=5f9b1f66850a409e87c1e131e8ae09a3541f05fe;p=clitk.git diff --git a/itk/clitkExtractImageFilter.h b/itk/clitkExtractImageFilter.h index ce31fd9..98a40a6 100644 --- a/itk/clitkExtractImageFilter.h +++ b/itk/clitkExtractImageFilter.h @@ -94,11 +94,7 @@ protected: const OutputImageRegionType &srcRegion); -#if ITK_VERSION_MAJOR >= 4 void ThreadedGenerateData(const OutputImageRegionType& outputRegionForThread, itk::ThreadIdType threadId ); -#else - void ThreadedGenerateData(const OutputImageRegionType& outputRegionForThread, int threadId ); -#endif InputImageRegionType m_ExtractionRegion; OutputImageRegionType m_OutputImageRegion;