aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.c')
-rw-r--r--src/wrap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wrap.c b/src/wrap.c
index a392b69..998ef13 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -82,6 +82,5 @@ void wrap_setup(void) {
class_addfloat (wrap_class, wrap_float);
class_addmethod(wrap_class, (t_method)wrap_set, gensym("set"), A_GIMME, 0);
class_addmethod(wrap_class, (t_method)wrap_help, gensym("help"), A_NULL);
- class_sethelpsymbol(wrap_class, gensym("zexy/wrap"));
zexy_register("wrap");
}