aboutsummaryrefslogtreecommitdiff
path: root/src/matrix_orthogonal.c
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-12-14 20:12:01 +0000
committermusil <tmusil@users.sourceforge.net>2006-12-14 20:12:01 +0000
commitd12b68926f761ff5746a43aaed783c761013df86 (patch)
treef586ee84bf2fc7cb1429c77e11129dae75dc196c /src/matrix_orthogonal.c
parenta6395245153880a8b67f49631d3c5208c636a940 (diff)
// class_sethelpsymbol();
svn path=/trunk/externals/iem/iem_matrix/; revision=6899
Diffstat (limited to 'src/matrix_orthogonal.c')
-rw-r--r--src/matrix_orthogonal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matrix_orthogonal.c b/src/matrix_orthogonal.c
index 42fb86d..8acf650 100644
--- a/src/matrix_orthogonal.c
+++ b/src/matrix_orthogonal.c
@@ -157,5 +157,5 @@ static void matrix_orthogonal_setup(void)
matrix_orthogonal_class = class_new(gensym("matrix_orthogonal"), (t_newmethod)matrix_orthogonal_new, (t_method)matrix_orthogonal_free,
sizeof(t_matrix_orthogonal), 0, 0);
class_addmethod(matrix_orthogonal_class, (t_method)matrix_orthogonal_matrix, gensym("matrix"), A_GIMME, 0);
- class_sethelpsymbol(matrix_orthogonal_class, gensym("iemhelp/matrix_orthogonal-help"));
+// class_sethelpsymbol(matrix_orthogonal_class, gensym("iemhelp/matrix_orthogonal-help"));
}