aboutsummaryrefslogtreecommitdiff
path: root/src/spec2_matrix_bundle_stat~.c
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-12-14 20:34:27 +0000
committermusil <tmusil@users.sourceforge.net>2006-12-14 20:34:27 +0000
commit298694795f59f101e82760c804a4057848bb8c23 (patch)
tree6363a1b81dd74b1d90d096397ea9739ea9e8145c /src/spec2_matrix_bundle_stat~.c
parent05a9e3254454715e09b78f7a7ab788b02b2cbe60 (diff)
// class_sethelpsymbol();
svn path=/trunk/externals/iem/iem_spec2/; revision=6903
Diffstat (limited to 'src/spec2_matrix_bundle_stat~.c')
-rw-r--r--src/spec2_matrix_bundle_stat~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spec2_matrix_bundle_stat~.c b/src/spec2_matrix_bundle_stat~.c
index ebba2dd..b4efea4 100644
--- a/src/spec2_matrix_bundle_stat~.c
+++ b/src/spec2_matrix_bundle_stat~.c
@@ -281,5 +281,5 @@ void spec2_matrix_bundle_stat_tilde_setup(void)
class_addlist(spec2_matrix_bundle_stat_tilde_class, (t_method)spec2_matrix_bundle_stat_tilde_list);
class_addmethod(spec2_matrix_bundle_stat_tilde_class, (t_method)spec2_matrix_bundle_stat_tilde_element, gensym("element"), A_GIMME, 0);
class_addmethod(spec2_matrix_bundle_stat_tilde_class, (t_method)spec2_matrix_bundle_stat_tilde_bundle, gensym("bundle"), A_GIMME, 0);
- class_sethelpsymbol(spec2_matrix_bundle_stat_tilde_class, gensym("iemhelp2/spec2_matrix_bundle_stat~-help"));
+// class_sethelpsymbol(spec2_matrix_bundle_stat_tilde_class, gensym("iemhelp2/spec2_matrix_bundle_stat~-help"));
}