diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-07-09 09:57:32 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-07-09 09:57:32 -0700 |
commit | 1e9d546b9606f9735032513d593a29b6344856c5 (patch) | |
tree | 4c92bb0ae3129a9a22c8633754bd489e100de58d /gr-fft/include/gnuradio/fft/goertzel.h | |
parent | 530e586d3f6235e0450e297689bc2271986c0727 (diff) | |
parent | 61d88983fbe8ba7822f227efc57aa98fa287c87b (diff) |
Merge branch 'maint'
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); |