X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkExtractImageFilter.h;h=98a40a65f8a2159cd338e7b30c5b0ef6c5a1aee6;hb=ae51e9bb80bdcd9468718a9473c1e9316cef2fd5;hp=ce31fd9c915ebdb12f552f8e58809b312ba26463;hpb=bacc49dae8fbb11fc2cf9d78fcefa94691f9ebfe;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;