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

char fname[sizeof(path_home)+40]; char fname[sizeof(path_home)+40];
sprintf(fname, "%s/../phsource", path_home); sprintf(fname, "%s/../phsource", path_home);


#ifdef MAKE_ENVELOPES
make_envs();
#endif

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

Loading…
Cancel
Save