aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_fill.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-29 12:07:52 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-29 12:07:52 +0000
commit767671c12bda649e754092234f9f2b49149b0a59 (patch)
treeec73117fd1cb8c9f1124de0bd90a4da5a4a3bfec /src/mtx_fill.c
parent38542899b3751c47af3dc38323d85794fa6a8901 (diff)
removed class_sethelpsymbol where possible
svn path=/trunk/externals/iem/iemmatrix/; revision=4803
Diffstat (limited to 'src/mtx_fill.c')
-rw-r--r--src/mtx_fill.c2
1 files changed, 1 insertions, 1 deletions
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){