Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15411
Modified Files: Tag: devel_0_38 d_ctl.c Log Message: removing debug message
Index: d_ctl.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/d_ctl.c,v retrieving revision 1.3.4.9 retrieving revision 1.3.4.10 diff -C2 -d -r1.3.4.9 -r1.3.4.10 *** d_ctl.c 14 Jan 2005 18:34:12 -0000 1.3.4.9 --- d_ctl.c 16 Jan 2005 17:15:21 -0000 1.3.4.10 *************** *** 187,191 **** int nticks = x->x_inletwas * x->x_dspticktomsec; if (!nticks) nticks = 1; - post("nticks %d", nticks); x->x_ticksleft = nticks; x->x_biginc = (x->x_target - x->x_value)/(float)nticks; --- 187,190 ----