]> git.sesse.net Git - movit/commitdiff
Remove unused private members from FFTConvolutionEffect.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 20 Mar 2014 20:27:37 +0000 (21:27 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 21 Mar 2014 01:06:26 +0000 (02:06 +0100)
fft_convolution_effect.h

index f601a49ccbc0f13686509d1fc1dc926eff3fe8b6..a2b8062801edef2a0246ec2fba22ea1b2265ab4a 100644 (file)
@@ -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;