aboutsummaryrefslogtreecommitdiff
path: root/iemlib1/src/iem_cot4~.c
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2012-09-06 15:54:46 +0000
committermusil <tmusil@users.sourceforge.net>2012-09-06 15:54:46 +0000
commit33dd6d603830640766aa1a5fe70137c856e2c145 (patch)
tree6e4a73f9100aec46971aa947a5f285c1d01ec35d /iemlib1/src/iem_cot4~.c
parent48cb10a8590255f952f53f3ff558ce345b86a3fe (diff)
other variable names, t_float to t_sample change, array access 64 bit
svn path=/trunk/externals/iemlib/; revision=16193
Diffstat (limited to 'iemlib1/src/iem_cot4~.c')
-rw-r--r--iemlib1/src/iem_cot4~.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/iemlib1/src/iem_cot4~.c b/iemlib1/src/iem_cot4~.c
index 4c9c811..70de93f 100644
--- a/iemlib1/src/iem_cot4~.c
+++ b/iemlib1/src/iem_cot4~.c
@@ -164,5 +164,4 @@ void iem_cot4_tilde_setup(void)
CLASS_MAINSIGNALIN(iem_cot4_tilde_class, t_iem_cot4_tilde, x_float_sig_in);
class_addmethod(iem_cot4_tilde_class, (t_method)iem_cot4_tilde_dsp, gensym("dsp"), 0);
iem_cot4_tilde_maketable();
-// class_sethelpsymbol(iem_cot4_tilde_class, gensym("iemhelp/help-iem_cot4~"));
}