Update of /cvsroot/pure-data/externals/pdogg/oggamp~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv978/oggamp~
Modified Files: oggamp~.c Log Message: removed class_sethelpsymbol() since its unneeded and causes problems
Index: oggamp~.c =================================================================== RCS file: /cvsroot/pure-data/externals/pdogg/oggamp~/oggamp~.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** oggamp~.c 4 Jan 2004 12:16:07 -0000 1.4 --- oggamp~.c 27 Nov 2005 07:11:07 -0000 1.5 *************** *** 1425,1428 **** 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 --- 1425,1427 ---- class_addmethod(oggamp_class, (t_method)oggamp_recover, gensym("recover"), A_FLOAT, 0); class_addmethod(oggamp_class, (t_method)oggamp_print, gensym("print"), 0); ! }