diff options
Diffstat (limited to 'gr-fft/include/gnuradio/fft/goertzel.h')
-rw-r--r-- | gr-fft/include/gnuradio/fft/goertzel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-fft/include/gnuradio/fft/goertzel.h b/gr-fft/include/gnuradio/fft/goertzel.h index 47ff1dd18c..6d9437f0fa 100644 --- a/gr-fft/include/gnuradio/fft/goertzel.h +++ b/gr-fft/include/gnuradio/fft/goertzel.h @@ -36,7 +36,6 @@ namespace gr { class FFT_API goertzel { public: - goertzel(){} goertzel(int rate, int len, float freq); void set_params(int rate, int len, float freq); |