From: Steinar H. Gunderson Date: Thu, 20 Mar 2014 20:27:37 +0000 (+0100) Subject: Remove unused private members from FFTConvolutionEffect. X-Git-Tag: 1.1~34 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=48bea530ccb77265ac0e34b4e7ad4be494518386 Remove unused private members from FFTConvolutionEffect. --- diff --git a/fft_convolution_effect.h b/fft_convolution_effect.h index f601a49..a2b8062 100644 --- a/fft_convolution_effect.h +++ b/fft_convolution_effect.h @@ -101,9 +101,6 @@ private: int input_width, input_height; int convolve_width, convolve_height; - // Chosen by algorithm. - int fft_width, fft_height; - // Both of these are owned by us if owns_effects is true (before finalize()), // and otherwise owned by the EffectChain. FFTInput *fft_input;