aboutsummaryrefslogtreecommitdiff
path: root/spigot~
diff options
context:
space:
mode:
Diffstat (limited to 'spigot~')
-rw-r--r--spigot~/spigot~-help.pd (renamed from spigot~/help-spigot~.pd)0
-rw-r--r--spigot~/spigot~.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/spigot~/help-spigot~.pd b/spigot~/spigot~-help.pd
index eb7f0eb..eb7f0eb 100644
--- a/spigot~/help-spigot~.pd
+++ b/spigot~/spigot~-help.pd
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);
}