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