Browse Source

code cleanup: remove unused *constcharptr and MakeWawe2()

master
Juho Hiltunen 4 years ago
parent
commit
50f58168e1
2 changed files with 0 additions and 3 deletions
  1. 0
    1
      src/libespeak-ng/synthesize.h
  2. 0
    2
      src/libespeak-ng/translate.h

+ 0
- 1
src/libespeak-ng/synthesize.h View File

@@ -458,7 +458,6 @@ extern short echo_buf[N_ECHO_BUF];

void SynthesizeInit(void);
int Generate(PHONEME_LIST *phoneme_list, int *n_ph, bool resume);
void MakeWave2(PHONEME_LIST *p, int n_ph);
int SpeakNextClause(int control);
void SetSpeed(int control);
void SetEmbedded(int control, int value);

+ 0
- 2
src/libespeak-ng/translate.h View File

@@ -261,8 +261,6 @@ extern "C"
// match 1 pre 2 post 0 - use common phoneme string
// match 1 pre 2 post 3 0 - empty phoneme string

typedef const char *constcharptr;

// used to mark words with the source[] buffer
typedef struct {
unsigned int flags;

Loading…
Cancel
Save