X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_convolution_effect.h;h=e19a804d604c4097c4031719fbf6d40cc138329c;hp=4136a2a7e2be02c9d88e81a1c2aaf62ab9f62c7d;hb=95edbfccb0843da3cc105dadc5bc6d8e102f6071;hpb=144496bf79000c3971090195fbfedcb2cb22a0be 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;