]> Creatis software - clitk.git/blobdiff - itk/clitkExtractImageFilter.h
Remove vcl_math calls
[clitk.git] / itk / clitkExtractImageFilter.h
index ce31fd9c915ebdb12f552f8e58809b312ba26463..98a40a65f8a2159cd338e7b30c5b0ef6c5a1aee6 100644 (file)
@@ -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;