aboutsummaryrefslogtreecommitdiff
path: root/src/unroute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unroute.c')
-rw-r--r--src/unroute.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/unroute.c b/src/unroute.c
index f9507d1..9a68a61 100644
--- a/src/unroute.c
+++ b/src/unroute.c
@@ -163,8 +163,6 @@ void unroute_setup(void)
class_addlist(unroute_class, unroute_list);
class_addanything(unroute_class, unroute_any);
#ifndef MAXLIB
- class_sethelpsymbol(unroute_class, gensym("help-unroute.pd"));
#else
- class_sethelpsymbol(unroute_class, gensym("maxlib/help-unroute.pd"));
#endif
-} \ No newline at end of file
+}