Browse Source

Remove the remaining MAKE_ENVELOPES usage.

master
Reece H. Dunn 9 years ago
parent
commit
1a36df1206
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/libespeak-ng/compiledata.c

+ 0
- 4
src/libespeak-ng/compiledata.c View File

@@ -2836,10 +2836,6 @@ static espeak_ng_STATUS CompilePhonemeData2(const char *source, FILE *log)
char fname[sizeof(path_home)+40];
sprintf(fname, "%s/../phsource", path_home);

#ifdef MAKE_ENVELOPES
make_envs();
#endif

fprintf(log, "Compiling phoneme data: %s\n", fname);
n_envelopes = 0;
error_count = 0;

Loading…
Cancel
Save