From 4c4d20fc15c3812b6f70a976598b72156b9e26b7 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 14 Dec 2006 20:12:01 +0000 Subject: // class_sethelpsymbol(); svn path=/trunk/externals/iem/iem_ambi/; revision=6899 --- src/ambi_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ambi_decode.c') diff --git a/src/ambi_decode.c b/src/ambi_decode.c index 3b704f5..2e315bc 100644 --- a/src/ambi_decode.c +++ b/src/ambi_decode.c @@ -710,5 +710,5 @@ void ambi_decode_setup(void) class_addmethod(ambi_decode_class, (t_method)ambi_decode_ambi_weight, gensym("ambi_weight"), A_GIMME, 0); class_addmethod(ambi_decode_class, (t_method)ambi_decode_sing_range, gensym("sing_range"), A_DEFFLOAT, 0); class_addmethod(ambi_decode_class, (t_method)ambi_decode_pinv, gensym("pinv"), 0); - class_sethelpsymbol(ambi_decode_class, gensym("iemhelp2/ambi_decode-help")); +// class_sethelpsymbol(ambi_decode_class, gensym("iemhelp2/ambi_decode-help")); } -- cgit v1.2.1