aboutsummaryrefslogtreecommitdiff
path: root/src/match.c
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-07-21 15:49:15 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-07-21 15:49:15 +0000
commit008b5f3988f58b63f546ed5ef75246eeded70119 (patch)
treef8a8d454c5ae00b20a1215851bd2ea7ed410911c /src/match.c
parent14202e17999f5135248eb7222a2d935529fb4820 (diff)
fixed help patches
svn path=/trunk/externals/maxlib/; revision=788
Diffstat (limited to 'src/match.c')
-rw-r--r--src/match.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/match.c b/src/match.c
index 369aeb5..6fb7933 100644
--- a/src/match.c
+++ b/src/match.c
@@ -261,8 +261,6 @@ void match_setup(void)
class_addmethod(match_class, (t_method)match_set, gensym("set"), A_GIMME, 0);
class_addmethod(match_class, (t_method)match_clear, gensym("clear"), 0);
#ifndef MAXLIB
- class_sethelpsymbol(match_class, gensym("help-match.pd"));
#else
- class_sethelpsymbol(match_class, gensym("maxlib/help-match.pd"));
#endif
}