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_line~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/matrix_bundle_line~.c') diff --git a/src/matrix_bundle_line~.c b/src/matrix_bundle_line~.c index bbeb4ef..63e90f1 100644 --- a/src/matrix_bundle_line~.c +++ b/src/matrix_bundle_line~.c @@ -489,5 +489,5 @@ void matrix_bundle_line_tilde_setup(void) class_addmethod(matrix_bundle_line_tilde_class, (t_method)matrix_bundle_line_tilde_bundle, gensym("bundle"), A_GIMME, 0); class_addmethod(matrix_bundle_line_tilde_class, (t_method)matrix_bundle_line_tilde_stop, gensym("stop"), 0); class_addmethod(matrix_bundle_line_tilde_class, (t_method)matrix_bundle_line_tilde_time, gensym("time"), A_FLOAT, 0); - class_sethelpsymbol(matrix_bundle_line_tilde_class, gensym("iemhelp/matrix_bundle_line~-help")); +// class_sethelpsymbol(matrix_bundle_line_tilde_class, gensym("iemhelp/matrix_bundle_line~-help")); } -- cgit v1.2.1