Skip to content

Commit

Permalink
COMP: Removed unused height variable
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-grc authored and SimonRit committed Nov 19, 2024
1 parent f702b92 commit 94d070b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rtkFFTHilbertImageFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ FFTHilbertImageFilter<TInputImage, TOutputImage, TFFTPrecision>::UpdateFFTProjec
m_PreviousKernelUpdateSize = s;

const int width = s[0];
const int height = s[1];

// Allocate kernel
SizeType size;
Expand Down

0 comments on commit 94d070b

Please sign in to comment.