From 008b5f3988f58b63f546ed5ef75246eeded70119 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 21 Jul 2003 15:49:15 +0000 Subject: fixed help patches svn path=/trunk/externals/maxlib/; revision=788 --- src/wrap.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/wrap.c') diff --git a/src/wrap.c b/src/wrap.c index 0a81d3d..cf94e6c 100644 --- a/src/wrap.c +++ b/src/wrap.c @@ -127,10 +127,5 @@ void wrap_setup(void) class_addfloat(wrap_class, wrap_float); class_addmethod(wrap_class, (t_method)wrap_a, gensym("a"), A_FLOAT, 0); class_addmethod(wrap_class, (t_method)wrap_b, gensym("b"), A_FLOAT, 0); -#ifndef MAXLIB - class_sethelpsymbol(wrap_class, gensym("help-wrap.pd")); -#else - class_sethelpsymbol(wrap_class, gensym("maxlib/help-wrap.pd")); -#endif } -- cgit v1.2.1