Skip to content

Commit

Permalink
STYLE: Remove unused Superclass::BoundaryConditionPointerType
Browse files Browse the repository at this point in the history
FFTConvolutionImageFilter does not use `BoundaryConditionPointerType`.
  • Loading branch information
N-Dekker committed Mar 27, 2024
1 parent 839955e commit bb00c86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ class ITK_TEMPLATE_EXPORT FFTConvolutionImageFilter

/** Typedef to describe the boundary condition. */
using typename Superclass::BoundaryConditionType;
using typename Superclass::BoundaryConditionPointerType;

itkSetMacro(SizeGreatestPrimeFactor, SizeValueType);
itkGetMacro(SizeGreatestPrimeFactor, SizeValueType);
Expand Down

0 comments on commit bb00c86

Please sign in to comment.