Skip to content

Commit e4e7121

Browse files
committed
STYLE: Remove AdvancedImageMomentsCalculator::m_NumberOfPixelsCounted
This private member variable just wasn't used anywhere.
1 parent 3446762 commit e4e7121

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Common/Transforms/itkAdvancedImageMomentsCalculator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ class ITK_TEMPLATE_EXPORT AdvancedImageMomentsCalculator : public Object
313313

314314
mutable std::vector<AlignedComputePerThreadStruct> m_ComputePerThreadVariables{};
315315
bool m_UseMultiThread{};
316-
SizeValueType m_NumberOfPixelsCounted{};
317316

318317
SizeValueType m_NumberOfSamplesForCenteredTransformInitialization{};
319318
InputPixelType m_LowerThresholdForCenterGravity{};

0 commit comments

Comments
 (0)