diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-07-25 14:15:22 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-07-25 14:15:22 +0000 |
commit | 2577ad67d045941cd41cbd42efb94b78f9d25f74 (patch) | |
tree | cc1d9b5e2c3eaf55275f852cd519adb10d95d593 /src/mtx_fill.c | |
parent | e7edab46c90337127edee2870c1fccc026ac8d69 (diff) |
removed the helpsymbol ugliness
svn path=/trunk/externals/iem/iemmatrix/; revision=5408
Diffstat (limited to 'src/mtx_fill.c')
-rw-r--r-- | src/mtx_fill.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mtx_fill.c b/src/mtx_fill.c index cc0b972..84a022e 100644 --- a/src/mtx_fill.c +++ b/src/mtx_fill.c @@ -349,8 +349,6 @@ 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("mtx_fill-help")); - } void iemtx_fill_setup(void){ |