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 --- speex~/speexout~.c | 1 - 1 file changed, 1 deletion(-) (limited to 'speex~/speexout~.c') diff --git a/speex~/speexout~.c b/speex~/speexout~.c index cab3746..5be7c50 100644 --- a/speex~/speexout~.c +++ b/speex~/speexout~.c @@ -443,7 +443,6 @@ void speexout_tilde_setup(void) speexout_class = class_new(gensym("speexout~"), (t_newmethod)speexout_new, (t_method)speexout_free, sizeof(t_speexout), 0, A_GIMME, 0); CLASS_MAINSIGNALIN(speexout_class, t_speexout, x_f ); - class_sethelpsymbol(speexout_class, gensym("help-speex~.pd")); class_addmethod(speexout_class, (t_method)speexout_dsp, gensym("dsp"), 0); class_addmethod(speexout_class, (t_method)speexout_connect, gensym("connect"), A_SYMBOL, A_FLOAT, 0); class_addmethod(speexout_class, (t_method)speexout_disconnect, gensym("disconnect"), 0); -- cgit v1.2.1