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 --- spigot~/spigot~.c | 1 - 1 file changed, 1 deletion(-) (limited to 'spigot~/spigot~.c') diff --git a/spigot~/spigot~.c b/spigot~/spigot~.c index 934db00..fe54152 100644 --- a/spigot~/spigot~.c +++ b/spigot~/spigot~.c @@ -69,7 +69,6 @@ void spigot_tilde_setup(void) spigot_class = class_new(gensym("spigot~"), (t_newmethod)spigot_new, 0, sizeof(t_spigot), 0, 0); CLASS_MAINSIGNALIN( spigot_class, t_spigot, x_f ); - class_sethelpsymbol(spigot_class, gensym("help-spigot~.pd")); class_addmethod(spigot_class, (t_method)spigot_dsp, gensym("dsp"), 0); class_addmethod(spigot_class, (t_method)spigot_set, gensym("seton"), A_FLOAT, 0); } -- cgit v1.2.1