aboutsummaryrefslogtreecommitdiff
path: root/svf~.c
diff options
context:
space:
mode:
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);