aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_fill.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-07-25 14:15:22 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-07-25 14:15:22 +0000
commit2577ad67d045941cd41cbd42efb94b78f9d25f74 (patch)
treecc1d9b5e2c3eaf55275f852cd519adb10d95d593 /src/mtx_fill.c
parente7edab46c90337127edee2870c1fccc026ac8d69 (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.c2
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){