aboutsummaryrefslogtreecommitdiff
path: root/src/rhythm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rhythm.c')
-rw-r--r--src/rhythm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rhythm.c b/src/rhythm.c
index 7567495..cd9d6e2 100644
--- a/src/rhythm.c
+++ b/src/rhythm.c
@@ -324,6 +324,5 @@ void rhythm_setup(void)
class_addmethod(rhythm_class, (t_method)rhythm_model, gensym("model"), A_FLOAT, 0);
class_addmethod(rhythm_class, (t_method)rhythm_reset, gensym("reset"), 0);
class_addmethod(rhythm_class, (t_method)rhythm_print, gensym("print"), 0);
- class_sethelpsymbol(rhythm_class, gensym("maxlib/help-rhythm.pd"));
}