aboutsummaryrefslogtreecommitdiff
path: root/oggcast~/oggcast~.c
diff options
context:
space:
mode:
Diffstat (limited to 'oggcast~/oggcast~.c')
-rw-r--r--oggcast~/oggcast~.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/oggcast~/oggcast~.c b/oggcast~/oggcast~.c
index c06b15e..ae25aed 100644
--- a/oggcast~/oggcast~.c
+++ b/oggcast~/oggcast~.c
@@ -1463,5 +1463,4 @@ void oggcast_tilde_setup(void)
class_addmethod(oggcast_class, (t_method)oggcast_vbr, gensym("vbr"), A_FLOAT, A_FLOAT, A_FLOAT, 0);
class_addmethod(oggcast_class, (t_method)oggcast_server, gensym("server"), A_FLOAT, 0);
class_addanything(oggcast_class, oggcast_comment);
- class_sethelpsymbol(oggcast_class, gensym("help-oggcast~.pd"));
}