From d27d9e33f19264c405979b49441f1d63b5b0e0ad Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 Sep 2003 20:58:55 +0000 Subject: updated externals so that the help files work in 0.37. Unfortunately this breaks <=0.36 support :( svn path=/trunk/externals/unauthorized/; revision=1034 --- beatify~/beatify~.c | 1 - 1 file changed, 1 deletion(-) (limited to 'beatify~/beatify~.c') diff --git a/beatify~/beatify~.c b/beatify~/beatify~.c index 3b5d4a3..69c2dd0 100644 --- a/beatify~/beatify~.c +++ b/beatify~/beatify~.c @@ -168,7 +168,6 @@ void beatify_tilde_setup(void) beatify_class = class_new(gensym("beatify~"), (t_newmethod)beatify_new, 0, sizeof(t_beatify), 0, 0); CLASS_MAINSIGNALIN( beatify_class, t_beatify, x_f ); - class_sethelpsymbol( beatify_class, gensym("help-beatify~.pd") ); class_addmethod(beatify_class, (t_method)beatify_dsp, gensym("dsp"), 0); class_addmethod(beatify_class, (t_method)beatify_attack, gensym("attack"), A_FLOAT, 0); class_addmethod(beatify_class, (t_method)beatify_sustain, gensym("sustain"), A_FLOAT, 0); -- cgit v1.2.1