aboutsummaryrefslogtreecommitdiff
path: root/src/beat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/beat.c')
-rw-r--r--src/beat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/beat.c b/src/beat.c
index f21c393..8a225e6 100644
--- a/src/beat.c
+++ b/src/beat.c
@@ -389,6 +389,5 @@ void beat_setup(void)
class_addmethod(beat_class, (t_method)beat_ft1, gensym("ft1"), A_FLOAT, 0);
class_addmethod(beat_class, (t_method)beat_reset, gensym("reset"), 0);
class_addmethod(beat_class, (t_method)beat_print, gensym("print"), 0);
- class_sethelpsymbol(beat_class, gensym("maxlib/help-beat.pd"));
}