diff options
| -rw-r--r-- | ofxMaxim/ofxMaxim/libs/fft.cpp | 15 | ||||
| -rw-r--r-- | ofxMaxim/ofxMaxim/libs/fft.h | 1 |
2 files changed, 0 insertions, 16 deletions
diff --git a/ofxMaxim/ofxMaxim/libs/fft.cpp b/ofxMaxim/ofxMaxim/libs/fft.cpp index 3f13bd2..e7c66fd 100644 --- a/ofxMaxim/ofxMaxim/libs/fft.cpp +++ b/ofxMaxim/ofxMaxim/libs/fft.cpp @@ -366,21 +366,6 @@ int NumWindowFuncs() return 4; } -char *WindowFuncName(int whichFunction) -{ - switch (whichFunction) { - default: - case 0: - return "Rectangular"; - case 1: - return "Bartlett"; - case 2: - return "Hamming"; - case 3: - return "Hanning"; - } -} - void WindowFunc(int whichFunction, int NumSamples, float *in) { int i; diff --git a/ofxMaxim/ofxMaxim/libs/fft.h b/ofxMaxim/ofxMaxim/libs/fft.h index f7e1947..84d7a91 100644 --- a/ofxMaxim/ofxMaxim/libs/fft.h +++ b/ofxMaxim/ofxMaxim/libs/fft.h @@ -39,7 +39,6 @@ #ifdef __APPLE_CC__ #include <Accelerate/Accelerate.h> - #warning Please link against the Accelerate framework #endif |
