aboutsummaryrefslogtreecommitdiff
path: root/src/divmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/divmod.c')
-rw-r--r--src/divmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/divmod.c b/src/divmod.c
index 5c0406b..f84862c 100644
--- a/src/divmod.c
+++ b/src/divmod.c
@@ -85,6 +85,5 @@ void divmod_setup(void)
class_addfloat(divmod_class, divmod_float);
class_addmethod(divmod_class, (t_method)divmod_ft1, gensym("ft1"), A_FLOAT, 0);
class_addbang(divmod_class, (t_method)divmod_bang);
- class_sethelpsymbol(divmod_class, gensym("maxlib/help-divmod.pd"));
}