From 298694795f59f101e82760c804a4057848bb8c23 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 14 Dec 2006 20:34:27 +0000 Subject: // class_sethelpsymbol(); svn path=/trunk/externals/iem/iem_spec2/; revision=6903 --- src/spec2_sqrt~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spec2_sqrt~.c') diff --git a/src/spec2_sqrt~.c b/src/spec2_sqrt~.c index 2701eec..c23de59 100644 --- a/src/spec2_sqrt~.c +++ b/src/spec2_sqrt~.c @@ -89,5 +89,5 @@ void spec2_sqrt_tilde_setup(void) 0, sizeof(t_spec2_sqrt_tilde), 0, 0); CLASS_MAINSIGNALIN(spec2_sqrt_tilde_class, t_spec2_sqrt_tilde, x_msi); class_addmethod(spec2_sqrt_tilde_class, (t_method)spec2_sqrt_tilde_dsp, gensym("dsp"), 0); - class_sethelpsymbol(spec2_sqrt_tilde_class, gensym("iemhelp2/spec2_sqrt~-help")); +// class_sethelpsymbol(spec2_sqrt_tilde_class, gensym("iemhelp2/spec2_sqrt~-help")); } -- cgit v1.2.1