Browse Source

code cleanup: remove irrelevant comment

master
Juho Hiltunen 2 years ago
parent
commit
c4be2c90ad
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/libespeak-ng/translate.c

+ 0
- 1
src/libespeak-ng/translate.c View File

int pre_pause; int pre_pause;
ALPHABET *current_alphabet; ALPHABET *current_alphabet;


// these were previously in translator class
char word_phonemes[N_WORD_PHONEMES]; // a word translated into phoneme codes char word_phonemes[N_WORD_PHONEMES]; // a word translated into phoneme codes
int n_ph_list2; int n_ph_list2;
PHONEME_LIST2 ph_list2[N_PHONEME_LIST]; // first stage of text->phonemes PHONEME_LIST2 ph_list2[N_PHONEME_LIST]; // first stage of text->phonemes

Loading…
Cancel
Save