From 6b365359f6b86a9e4ff88d32e063d5f18efdc089 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 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; -- 2.39.2