aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_juxta.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pdp_juxta.c')
-rw-r--r--modules/pdp_juxta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_juxta.c b/modules/pdp_juxta.c
index be464bf..e242e86 100644
--- a/modules/pdp_juxta.c
+++ b/modules/pdp_juxta.c
@@ -311,7 +311,7 @@ void pdp_juxta_setup(void)
class_addmethod(pdp_juxta_class, (t_method)pdp_juxta_input_0, gensym("pdp1"), A_SYMBOL, A_DEFFLOAT, A_NULL);
class_addmethod(pdp_juxta_class, (t_method)pdp_juxta_input_1, gensym("pdp2"), A_SYMBOL, A_DEFFLOAT, A_NULL);
- class_sethelpsymbol( pdp_juxta_class, gensym("pdp_juxta.pd") );
+
}