aboutsummaryrefslogtreecommitdiff
path: root/src/pdf~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf~.c')
-rw-r--r--src/pdf~.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pdf~.c b/src/pdf~.c
index f5f81d1..76c9dcc 100644
--- a/src/pdf~.c
+++ b/src/pdf~.c
@@ -135,6 +135,5 @@ void pdf_tilde_setup(void)
class_addfloat(pdf_class, pdf_float);
class_addmethod(pdf_class, (t_method)pdf_tilde_helper, gensym("help"), 0);
- class_sethelpsymbol(pdf_class, gensym("zexy/pdf~"));
zexy_register("pdf~");
}