aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_spiral.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pdp_spiral.c')
-rw-r--r--modules/pdp_spiral.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_spiral.c b/modules/pdp_spiral.c
index c40d5ec..7c4ca23 100644
--- a/modules/pdp_spiral.c
+++ b/modules/pdp_spiral.c
@@ -511,7 +511,7 @@ void pdp_spiral_setup(void)
class_addmethod(pdp_spiral_class, (t_method)pdp_spiral_depth_shift, gensym("focus_increment"), A_FLOAT, A_NULL);
class_addmethod(pdp_spiral_class, (t_method)pdp_spiral_depth_shift, gensym("toggle_xor"), A_FLOAT, A_NULL);
class_addmethod(pdp_spiral_class, (t_method)pdp_spiral_depth_shift, gensym("animate_focus"), A_FLOAT, A_NULL);
- class_sethelpsymbol( pdp_spiral_class, gensym("pdp_spiral.pd") );
+
}