aboutsummaryrefslogtreecommitdiff
path: root/oggamp~
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-27 07:11:07 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-27 07:11:07 +0000
commita92ce7afde71bf40294475a94d5ef33ccf991fbb (patch)
tree9c8615bb585b7985ec25cd1039f4b86b64f7cd02 /oggamp~
parent526f3d4a76195fe3d94cb7c77e0c40950a1f940d (diff)
removed class_sethelpsymbol() since its unneeded and causes problems
svn path=/trunk/externals/pdogg/; revision=4052
Diffstat (limited to 'oggamp~')
-rw-r--r--oggamp~/oggamp~.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/oggamp~/oggamp~.c b/oggamp~/oggamp~.c
index 662c58b..59a9835 100644
--- a/oggamp~/oggamp~.c
+++ b/oggamp~/oggamp~.c
@@ -1424,5 +1424,4 @@ void oggamp_tilde_setup(void)
class_addmethod(oggamp_class, (t_method)oggamp_connect_url, gensym("connecturl"), A_SYMBOL, 0);
class_addmethod(oggamp_class, (t_method)oggamp_recover, gensym("recover"), A_FLOAT, 0);
class_addmethod(oggamp_class, (t_method)oggamp_print, gensym("print"), 0);
- class_sethelpsymbol(oggamp_class, gensym("help-oggamp~.pd"));
-} \ No newline at end of file
+}