From 48bea530ccb77265ac0e34b4e7ad4be494518386 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 20 Mar 2014 21:27:37 +0100 Subject: [PATCH 1/1] Remove unused private members from FFTConvolutionEffect. --- fft_convolution_effect.h | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.39.2