summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib/codec2/fft.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-04-21 09:41:31 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-04-21 09:41:31 -0700
commit33e5aeb722ba4fc1c2ae3162c4940b546037717f (patch)
treec3f1e57feeab5ea07e0bc5d7d56791c881f457b7 /gr-vocoder/lib/codec2/fft.h
parenta3998949d9c65076d91e3165733a5abd381ad882 (diff)
parent5efae492bb690e8e92fe18fb0abe0aff345c3935 (diff)
Merge branch 'merge-codec2-update'
Diffstat (limited to 'gr-vocoder/lib/codec2/fft.h')
-rw-r--r--gr-vocoder/lib/codec2/fft.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gr-vocoder/lib/codec2/fft.h b/gr-vocoder/lib/codec2/fft.h
deleted file mode 100644
index d5f83045e1..0000000000
--- a/gr-vocoder/lib/codec2/fft.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*---------------------------------------------------------------------------*\
-
- FILE........: fft.h
- AUTHOR......: Bruce Robertson
- DATE CREATED: 29/11/2010
-
- Bridge between existing code and kiss_fft.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef __FFT__
-#define __FFT__
-void fft(float x[], int n, int isign);
-
-#endif /* __FFT__ */
-