aboutsummaryrefslogtreecommitdiff
path: root/src/matchbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/matchbox.c')
-rw-r--r--src/matchbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/matchbox.c b/src/matchbox.c
index 6b8290d..3c6cec0 100644
--- a/src/matchbox.c
+++ b/src/matchbox.c
@@ -617,6 +617,5 @@ void matchbox_setup(void)
class_addmethod(matchbox_class, (t_method)matchbox_mode, gensym("mode"), A_SYMBOL, 0);
class_addmethod(matchbox_class, (t_method)matchbox_help, gensym("help"), A_NULL);
- class_sethelpsymbol(matchbox_class, gensym("zexy/matchbox"));
zexy_register("matchbox");
}