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