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