]> Creatis software - clitk.git/blobdiff - registration/clitkGenericMetric.h
Debug RTStruct conversion with empty struc
[clitk.git] / registration / clitkGenericMetric.h
index ad03c7144f5611ac493007b2d2242eb2f278798e..7b84008426a9aeca89ccde56858106b22c96f30c 100644 (file)
@@ -143,11 +143,8 @@ private:
   typename FixedImageType::Pointer m_FixedImage;
   typename FixedImageMaskType::ConstPointer m_FixedImageMask;
 
-#if defined(ITK_USE_OPTIMIZED_REGISTRATION_METHODS) || ITK_VERSION_MAJOR >= 4
   FixedImagePixelType m_FixedImageSamplesIntensityThreshold;
   bool m_UseFixedImageSamplesIntensityThreshold;
-#endif
-
 };
 
 } // end namespace clitk