X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_convolution_effect.h;h=a2b8062801edef2a0246ec2fba22ea1b2265ab4a;hp=f601a49ccbc0f13686509d1fc1dc926eff3fe8b6;hb=48bea530ccb77265ac0e34b4e7ad4be494518386;hpb=5a399deb97391cd6d260398e77a8c6cfa85d9795 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;