aboutsummaryrefslogtreecommitdiff
path: root/standardmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'standardmap.c')
-rw-r--r--standardmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/standardmap.c b/standardmap.c
index efb099c..c55823c 100644
--- a/standardmap.c
+++ b/standardmap.c
@@ -254,6 +254,7 @@ void standardmap_setup(void) {
class_addmethod(standardmap_class, (t_method) elyap, gensym("elyapunov"), 0);
class_addmethod(standardmap_class, (t_method) search, gensym("search"), A_GIMME, 0);
class_addmethod(standardmap_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0);
- class_sethelpsymbol(standardmap_class, gensym("help-standardmap.pd"));
+
+
}