aboutsummaryrefslogtreecommitdiff
path: root/src/repeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/repeat.c')
-rw-r--r--src/repeat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/repeat.c b/src/repeat.c
index cfcaadd..9de9687 100644
--- a/src/repeat.c
+++ b/src/repeat.c
@@ -60,6 +60,5 @@ void repeat_setup(void)
0, sizeof(t_repeat), 0, A_GIMME, 0);
class_addanything(repeat_class, repeat_anything);
- class_sethelpsymbol(repeat_class, gensym("zexy/repeat"));
zexy_register("repeat");
}