Browse Source

maintainability: remove unused externs

master
Juho Hiltunen 7 years ago
parent
commit
9174a2045e
3 changed files with 0 additions and 7 deletions
  1. 0
    2
      src/libespeak-ng/spect.c
  2. 0
    2
      src/libespeak-ng/synth_mbrola.c
  3. 0
    3
      src/libespeak-ng/voice.h

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

@@ -36,8 +36,6 @@
#include "spect.h"
#include "ieee80.h"

extern char voice_name[];

static int frame_width;

static int default_freq[N_PEAKS] =

+ 0
- 2
src/libespeak-ng/synth_mbrola.c View File

@@ -52,8 +52,6 @@ char mbrola_name[20];

#ifdef INCLUDE_MBROLA

extern unsigned char *outbuf;

#if defined(_WIN32) || defined(_WIN64)
#include <windows.h>
#endif

+ 0
- 3
src/libespeak-ng/voice.h View File

@@ -77,9 +77,6 @@ typedef struct {

} voice_t;

// percentages shown to user, ix=N_PEAKS means ALL peaks
extern unsigned short voice_pcnt[N_PEAKS+1][3];

extern espeak_VOICE current_voice_selected;

extern voice_t *voice;

Loading…
Cancel
Save