aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.c')
-rw-r--r--src/wrap.c5
1 files changed, 0 insertions, 5 deletions
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
}