Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22928
Modified Files: Tag: devel_0_39 m_obj.c Log Message: t_outconnect's oc_visual is redundant, because t_outconnect<t_gobj and t_gobj now has g_adix->visual.
Index: m_obj.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/m_obj.c,v retrieving revision 1.2.4.3.2.7 retrieving revision 1.2.4.3.2.8 diff -C2 -d -r1.2.4.3.2.7 -r1.2.4.3.2.8 *** m_obj.c 23 Apr 2006 12:09:04 -0000 1.2.4.3.2.7 --- m_obj.c 1 Jul 2006 04:09:17 -0000 1.2.4.3.2.8 *************** *** 343,349 **** struct _outconnect *oc_next; t_pd *oc_to; - #ifdef DESIRE - t_hash *oc_visual; - #endif };
--- 343,346 ---- *************** *** 362,366 **** t_wire *self = (t_wire *)pd_new(wire_class); self->oc_gobj.g_adix = appendix_new((t_gobj *)self); - self->oc_visual = hash_new(1); return self; } --- 359,362 ----