Browse Source

Remove the unused PeaksZero function in spect.c

master
Reece H. Dunn 9 years ago
parent
commit
26b1e83b9c
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      src/libespeak-ng/spect.c

+ 0
- 11
src/libespeak-ng/spect.c View File

@@ -99,17 +99,6 @@ float polint(float xa[],float ya[],int n,float x)
}


static void PeaksZero(peak_t *sp, peak_t *zero)
{
int pk;

memcpy(zero,sp,sizeof(peak_t)*N_PEAKS);

for(pk=0; pk<N_PEAKS; pk++)
zero[pk].pkheight = 0;

}

static SpectFrame *SpectFrameCreate()
{
int ix;

Loading…
Cancel
Save