aboutsummaryrefslogtreecommitdiff
path: root/svf~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-11 04:25:06 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:36:00 +0200
commit04e54c5d43d95060afdf0d8f4fa0fe15bb465569 (patch)
tree4fbfd3e0b9d5e860c2209134655de7f9f8a49c18 /svf~.c
parent62de03526ce68d546d69344cf39aa32e1826aae4 (diff)
converted to use the standard help file name (*-help.pd)
svn path=/trunk/externals/bsaylor/; revision=6776
Diffstat (limited to 'svf~.c')
-rw-r--r--svf~.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/svf~.c b/svf~.c
index 0749903..8afe817 100644
--- a/svf~.c
+++ b/svf~.c
@@ -152,7 +152,6 @@ void svf_tilde_setup(void)
{
fs = sys_getsr();
svf_class = class_new(gensym("svf~"), (t_newmethod)svf_new, 0, sizeof(t_svf), 0, A_GIMME, 0);
- class_sethelpsymbol(svf_class, gensym("help-svf~.pd"));
class_addmethod(svf_class, nullfn, gensym("signal"), 0);
class_addmethod(svf_class, (t_method)svf_dsp, gensym("dsp"), 0);
class_addmethod(svf_class, (t_method)svf_setstate_LP, gensym("low"), 0);