aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/fftease/src/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-01-25 04:41:32 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-01-25 04:41:32 +0000
commitc1313aea8746276cc4de4dbd177f6bf732db2a05 (patch)
treeac6763662109772ba7069488cccd5ff4d72d328a /externals/grill/fftease/src/main.h
parente1bdd67199e389a5ba7eb03ecff171058c37a467 (diff)
""
svn path=/trunk/; revision=361
Diffstat (limited to 'externals/grill/fftease/src/main.h')
-rw-r--r--externals/grill/fftease/src/main.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/externals/grill/fftease/src/main.h b/externals/grill/fftease/src/main.h
index 9f016115..18a36bc0 100644
--- a/externals/grill/fftease/src/main.h
+++ b/externals/grill/fftease/src/main.h
@@ -41,7 +41,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
class fftease:
public flext_dsp
{
- FLEXT_HEADER_S(fftease,flext_dsp,setup)
+ FLEXT_HEADER(fftease,flext_dsp)
public:
fftease(I mult,I flags);
@@ -91,7 +91,7 @@ protected:
F_NOAMP1 = 0x100,
F_NOPH1 = 0x200,
F_NOAMP2 = 0x400,
- F_NOPH2 = 0x800,
+ F_NOPH2 = 0x800
};
I _flags;
@@ -104,9 +104,6 @@ private:
I blsz;
F smprt;
I _mult,_N;
-
- static V setup(t_classid c) {}
-
};