From a92ce7afde71bf40294475a94d5ef33ccf991fbb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 27 Nov 2005 07:11:07 +0000 Subject: removed class_sethelpsymbol() since its unneeded and causes problems svn path=/trunk/externals/pdogg/; revision=4052 --- oggamp~/oggamp~.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'oggamp~') 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 +} -- cgit v1.2.1