From c1313aea8746276cc4de4dbd177f6bf732db2a05 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 25 Jan 2003 04:41:32 +0000 Subject: "" svn path=/trunk/; revision=361 --- externals/grill/fftease/src/main.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'externals/grill/fftease/src/main.h') 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) {} - }; -- cgit v1.2.1