aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_find.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_find.c
parente7edab46c90337127edee2870c1fccc026ac8d69 (diff)
removed the helpsymbol ugliness
svn path=/trunk/externals/iem/iemmatrix/; revision=5408
Diffstat (limited to 'src/mtx_find.c')
-rw-r--r--src/mtx_find.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mtx_find.c b/src/mtx_find.c
index ebd6af5..8ff2796 100644
--- a/src/mtx_find.c
+++ b/src/mtx_find.c
@@ -342,7 +342,6 @@ void mtx_find_setup (void)
// class_addmethod (mtx_find_class, (t_method) mTXSetFindDimension, gensym("dimension"), A_DEFFLOAT,0);
class_addmethod (mtx_find_class, (t_method) mTXSetFindMode, gensym("mode"), A_DEFSYMBOL,0);
class_addmethod (mtx_find_class, (t_method) mTXSetFindDirection, gensym("direction"), A_DEFFLOAT,0);
- class_sethelpsymbol (mtx_find_class, gensym("mtx_find-help"));
row_sym = gensym("row");
col_sym = gensym("col");