aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-07-21 09:46:51 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:35:59 +0200
commit05d856cc9eb14389b5851839fbddb0c56d1e8974 (patch)
tree9402dd1c0fb48d01fbf20d48e30c93e0ac90c515
parent0dc3503964ed68f0c347153bef44227c39fd6d22 (diff)
help-ext.pd is now default help symbol
svn path=/trunk/externals/bsaylor/; revision=784
-rw-r--r--aenv~.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/aenv~.c b/aenv~.c
index 691e305..047b155 100644
--- a/aenv~.c
+++ b/aenv~.c
@@ -157,7 +157,6 @@ static void aenv_zero(t_aenv *x)
void aenv_tilde_setup(void)
{
aenv_class = class_new(gensym("aenv~"), (t_newmethod)aenv_new, 0, sizeof(t_aenv), 0, A_GIMME, 0);
- class_sethelpsymbol(aenv_class, gensym("help-aenv~.pd"));
class_addmethod(aenv_class, (t_method)aenv_dsp, gensym("dsp"), 0);
class_addfloat(aenv_class, (t_method)aenv_float);
class_addmethod(aenv_class, (t_method)aenv_lina, gensym("lina"), 0);