diff --git a/Common/itkComputeJacobianTerms.h b/Common/itkComputeJacobianTerms.h index 88fd52730..2da6e7770 100644 --- a/Common/itkComputeJacobianTerms.h +++ b/Common/itkComputeJacobianTerms.h @@ -52,8 +52,6 @@ class ITK_TEMPLATE_EXPORT ComputeJacobianTerms : public Object itkOverrideGetNameOfClassMacro(ComputeJacobianTerms); /** typedef */ - using FixedImageType = TFixedImage; - using TransformType = TTransform; using TransformPointer = typename TTransform::Pointer; using FixedImageRegionType = typename TFixedImage::RegionType;