aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_theorout~.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pdp_theorout~.c')
-rw-r--r--modules/pdp_theorout~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_theorout~.c b/modules/pdp_theorout~.c
index af06dc5..0fc1a73 100644
--- a/modules/pdp_theorout~.c
+++ b/modules/pdp_theorout~.c
@@ -924,7 +924,7 @@ void pdp_theorout_tilde_setup(void)
class_addmethod(pdp_theorout_class, (t_method)pdp_theorout_vbitrate, gensym("videobitrate"), A_FLOAT, A_NULL);
class_addmethod(pdp_theorout_class, (t_method)pdp_theorout_aquality, gensym("audioquality"), A_FLOAT, A_NULL);
class_addmethod(pdp_theorout_class, (t_method)pdp_theorout_vquality, gensym("videoquality"), A_FLOAT, A_NULL);
- class_sethelpsymbol( pdp_theorout_class, gensym("pdp_theorout~.pd") );
+
}