From f0436cdcb2fac9ec28dc4feb3aad7d8898103d2c Mon Sep 17 00:00:00 2001 From: Chris Kiefer Date: Fri, 9 Dec 2011 10:53:05 +0000 Subject: removed windowFuncName from fft --- ofxMaxim/ofxMaxim/libs/fft.cpp | 15 --------------- 1 file changed, 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; -- cgit v1.3