aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_aging.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pdp_aging.c')
-rw-r--r--modules/pdp_aging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_aging.c b/modules/pdp_aging.c
index 9d9dcfd..960d01b 100644
--- a/modules/pdp_aging.c
+++ b/modules/pdp_aging.c
@@ -372,7 +372,7 @@ void pdp_aging_setup(void)
class_addmethod(pdp_aging_class, (t_method)pdp_aging_input_0, gensym("pdp"), A_SYMBOL, A_DEFFLOAT, A_NULL);
class_addmethod(pdp_aging_class, (t_method)pdp_aging_area_scale, gensym("area_scale"), A_FLOAT, A_NULL);
class_addmethod(pdp_aging_class, (t_method)pdp_aging_scratches, gensym("scratches"), A_FLOAT, A_NULL);
- class_sethelpsymbol( pdp_aging_class, gensym("pdp_aging.pd") );
+
}