From 04e54c5d43d95060afdf0d8f4fa0fe15bb465569 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 11 Dec 2006 04:25:06 +0000 Subject: converted to use the standard help file name (*-help.pd) svn path=/trunk/externals/bsaylor/; revision=6776 --- svf~.c | 1 - 1 file changed, 1 deletion(-) (limited to 'svf~.c') 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); -- cgit v1.2.1