X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_convolution_effect.h;h=e19a804d604c4097c4031719fbf6d40cc138329c;hp=4136a2a7e2be02c9d88e81a1c2aaf62ab9f62c7d;hb=6b365359f6b86a9e4ff88d32e063d5f18efdc089;hpb=170b02a372c38467af877eaab08fa3ad639607d4 diff --git a/fft_convolution_effect.h b/fft_convolution_effect.h index 4136a2a..e19a804 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;