aboutsummaryrefslogtreecommitdiff
path: root/oggwrite~/oggwrite~.c
diff options
context:
space:
mode:
Diffstat (limited to 'oggwrite~/oggwrite~.c')
-rw-r--r--oggwrite~/oggwrite~.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/oggwrite~/oggwrite~.c b/oggwrite~/oggwrite~.c
index 0fbbf5c..4ac6221 100644
--- a/oggwrite~/oggwrite~.c
+++ b/oggwrite~/oggwrite~.c
@@ -739,7 +739,6 @@ void oggwrite_tilde_setup(void)
oggwrite_class = class_new(gensym("oggwrite~"), (t_newmethod)oggwrite_new, (t_method)oggwrite_free,
sizeof(t_oggwrite), 0, 0);
CLASS_MAINSIGNALIN(oggwrite_class, t_oggwrite, x_f );
- class_sethelpsymbol(oggwrite_class, gensym("help-oggwrite~.pd"));
class_addmethod(oggwrite_class, (t_method)oggwrite_dsp, gensym("dsp"), 0);
class_addmethod(oggwrite_class, (t_method)oggwrite_open, gensym("open"), A_SYMBOL, 0);
class_addmethod(oggwrite_class, (t_method)oggwrite_start, gensym("start"), 0);