aboutsummaryrefslogtreecommitdiff
path: root/src/urn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/urn.c')
-rw-r--r--src/urn.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/urn.c b/src/urn.c
index bf7d414..4a09387 100644
--- a/src/urn.c
+++ b/src/urn.c
@@ -137,8 +137,6 @@ void urn_setup(void)
class_addmethod(urn_class, (t_method)urn_seed, gensym("seed"), A_FLOAT, 0);
#ifndef MAXLIB
post(version);
- class_sethelpsymbol(urn_class, gensym("help-urn.pd"));
#else
- class_sethelpsymbol(urn_class, gensym("maxlib/help-urn.pd"));
#endif
-} \ No newline at end of file
+}