diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-27 07:11:07 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-27 07:11:07 +0000 |
commit | a92ce7afde71bf40294475a94d5ef33ccf991fbb (patch) | |
tree | 9c8615bb585b7985ec25cd1039f4b86b64f7cd02 /oggcast~ | |
parent | 526f3d4a76195fe3d94cb7c77e0c40950a1f940d (diff) |
removed class_sethelpsymbol() since its unneeded and causes problems
svn path=/trunk/externals/pdogg/; revision=4052
Diffstat (limited to 'oggcast~')
-rw-r--r-- | oggcast~/oggcast~.c | 1 |
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"));
}
|