aboutsummaryrefslogtreecommitdiff
path: root/src/matrix_bundle_stat~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/matrix_bundle_stat~.c')
-rw-r--r--src/matrix_bundle_stat~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matrix_bundle_stat~.c b/src/matrix_bundle_stat~.c
index bee2593..5d29601 100644
--- a/src/matrix_bundle_stat~.c
+++ b/src/matrix_bundle_stat~.c
@@ -279,5 +279,5 @@ void matrix_bundle_stat_tilde_setup(void)
class_addlist(matrix_bundle_stat_tilde_class, (t_method)matrix_bundle_stat_tilde_list);
class_addmethod(matrix_bundle_stat_tilde_class, (t_method)matrix_bundle_stat_tilde_element, gensym("element"), A_GIMME, 0);
class_addmethod(matrix_bundle_stat_tilde_class, (t_method)matrix_bundle_stat_tilde_bundle, gensym("bundle"), A_GIMME, 0);
- class_sethelpsymbol(matrix_bundle_stat_tilde_class, gensym("iemhelp2/matrix_bundle_stat~-help"));
+// class_sethelpsymbol(matrix_bundle_stat_tilde_class, gensym("iemhelp2/matrix_bundle_stat~-help"));
}