From 767671c12bda649e754092234f9f2b49149b0a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 29 Mar 2006 12:07:52 +0000 Subject: removed class_sethelpsymbol where possible svn path=/trunk/externals/iem/iemmatrix/; revision=4803 --- src/mtx_fill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mtx_fill.c') diff --git a/src/mtx_fill.c b/src/mtx_fill.c index d842c9e..3ecdb08 100644 --- a/src/mtx_fill.c +++ b/src/mtx_fill.c @@ -349,7 +349,7 @@ void mtx_fill_setup (void) class_addmethod (mtx_fill_class, (t_method) mTXBigMatrix, gensym("fill_mtx"), A_GIMME,0); class_addmethod (mtx_fill_class, (t_method) mTXFillIndexMatrix, gensym("index"), A_GIMME,0); class_addfloat (mtx_fill_class, (t_method) mTXFillScalar); - class_sethelpsymbol (mtx_fill_class, gensym("iemmatrix/mtx_fill")); + } void iemtx_fill_setup(void){ -- cgit v1.2.1