X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkVectorImageToImageFilter.h;h=f2288f0381de2295dc6d4dc6c67fe00afeb010b6;hb=01a0dd7b79c5e5d5b82878d9e64dcba12891b53d;hp=e2971f4e1962a34fb6aea5067dcfbb0b7b7e46ba;hpb=5c614f89dec012c7e8fee33c09fe7c1b955f5640;p=clitk.git diff --git a/tools/clitkVectorImageToImageFilter.h b/tools/clitkVectorImageToImageFilter.h index e2971f4..f2288f0 100644 --- a/tools/clitkVectorImageToImageFilter.h +++ b/tools/clitkVectorImageToImageFilter.h @@ -86,11 +86,7 @@ namespace clitk //---------------------------------------- // Update //---------------------------------------- -#if ITK_VERSION_MAJOR >= 4 void ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, itk::ThreadIdType threadId ); -#else - void ThreadedGenerateData(const OutputImageRegionType & outputRegionForThread, int threadId ); -#endif //---------------------------------------- // Data members