aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_dice.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pdp_dice.c')
-rw-r--r--modules/pdp_dice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_dice.c b/modules/pdp_dice.c
index 90b6d19..b81cd45 100644
--- a/modules/pdp_dice.c
+++ b/modules/pdp_dice.c
@@ -337,7 +337,7 @@ void pdp_dice_setup(void)
class_addmethod(pdp_dice_class, (t_method)pdp_dice_input_0, gensym("pdp"), A_SYMBOL, A_DEFFLOAT, A_NULL);
class_addmethod(pdp_dice_class, (t_method)pdp_dice_cubebits, gensym("cubebits"), A_DEFFLOAT, A_NULL);
- class_sethelpsymbol( pdp_dice_class, gensym("pdp_dice.pd") );
+
}