]> git.sesse.net Git - movit/blobdiff - fft_convolution_effect.h
Emulate glReadPixels of GL_ALPHA.
[movit] / fft_convolution_effect.h
index 4136a2a7e2be02c9d88e81a1c2aaf62ab9f62c7d..e19a804d604c4097c4031719fbf6d40cc138329c 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;