From d12b68926f761ff5746a43aaed783c761013df86 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 14 Dec 2006 20:12:01 +0000 Subject: // class_sethelpsymbol(); svn path=/trunk/externals/iem/iem_matrix/; revision=6899 --- src/matrix_bundle_stat~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/matrix_bundle_stat~.c') 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")); } -- cgit v1.2.1