Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4931
Modified Files: Tag: desiredata d_fftroutine.c d_osc.c Log Message: removed unused vars
Index: d_fftroutine.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/d_fftroutine.c,v retrieving revision 1.2.8.3 retrieving revision 1.2.8.3.2.1 diff -C2 -d -r1.2.8.3 -r1.2.8.3.2.1 *** d_fftroutine.c 30 Nov 2005 13:36:57 -0000 1.2.8.3 --- d_fftroutine.c 20 Dec 2006 09:07:20 -0000 1.2.8.3.2.1 *************** *** 487,491 **** int *load_index = fft_net->load_index; SAMPLE *window; ! int index, i = 0, n = fft_net->n;
if (trnsfrm_dir==FORWARD) window = fft_net->window; --- 487,491 ---- int *load_index = fft_net->load_index; SAMPLE *window; ! int index, i = 0;
if (trnsfrm_dir==FORWARD) window = fft_net->window; *************** *** 618,622 **** { int i; ! SAMPLE real, imag, mag, phase; int n;
--- 618,622 ---- { int i; ! SAMPLE real, imag; int n;
*************** *** 991,995 **** { double renorm; ! float *fp, *fp2; int i; renorm = (inverse ? npoints : 1.); --- 991,995 ---- { double renorm; ! float *fp; int i; renorm = (inverse ? npoints : 1.);
Index: d_osc.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/d_osc.c,v retrieving revision 1.2.4.1.2.4.2.1 retrieving revision 1.2.4.1.2.4.2.2 diff -C2 -d -r1.2.4.1.2.4.2.1 -r1.2.4.1.2.4.2.2 *** d_osc.c 8 Dec 2006 04:06:24 -0000 1.2.4.1.2.4.2.1 --- d_osc.c 20 Dec 2006 09:07:20 -0000 1.2.4.1.2.4.2.2 *************** *** 28,32 ****
/* -------------------------- phasor~ ------------------------------ */ ! static t_class *phasor_class, *scalarphasor_class;
#if 1 /* in the style of R. Hoeldrich (ICMC 1995 Banff) */ --- 28,32 ----
/* -------------------------- phasor~ ------------------------------ */ ! static t_class *phasor_class;
#if 1 /* in the style of R. Hoeldrich (ICMC 1995 Banff) */ *************** *** 207,211 **** /* ------------------------ osc~ ----------------------------- */
! static t_class *osc_class, *scalarosc_class;
typedef struct _osc --- 207,211 ---- /* ------------------------ osc~ ----------------------------- */
! static t_class *osc_class;
typedef struct _osc