[PD-cvs] externals/pdogg/oggcast~ oggcast~.c,1.7,1.8

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Nov 27 08:11:09 CET 2005


Update of /cvsroot/pure-data/externals/pdogg/oggcast~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv978/oggcast~

Modified Files:
	oggcast~.c 
Log Message:
removed class_sethelpsymbol() since its unneeded and causes problems

Index: oggcast~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/pdogg/oggcast~/oggcast~.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** oggcast~.c	5 Apr 2004 10:00:51 -0000	1.7
--- oggcast~.c	27 Nov 2005 07:11:07 -0000	1.8
***************
*** 1464,1467 ****
      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"));
  }
--- 1464,1466 ----





More information about the Pd-cvs mailing list