aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ofxMaxim/ofxMaxim/libs/fft.cpp15
1 files changed, 0 insertions, 15 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;