summaryrefslogtreecommitdiff
path: root/gr-fft/include/gnuradio/fft/goertzel.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-07-09 09:57:32 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2013-07-09 09:57:32 -0700
commit1e9d546b9606f9735032513d593a29b6344856c5 (patch)
tree4c92bb0ae3129a9a22c8633754bd489e100de58d /gr-fft/include/gnuradio/fft/goertzel.h
parent530e586d3f6235e0450e297689bc2271986c0727 (diff)
parent61d88983fbe8ba7822f227efc57aa98fa287c87b (diff)
Merge branch 'maint'
Diffstat (limited to 'gr-fft/include/gnuradio/fft/goertzel.h')
-rw-r--r--gr-fft/include/gnuradio/fft/goertzel.h1
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);