Browse Source

remove unused ints testing and phoneme_change

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

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

@@ -1579,6 +1579,4 @@ static void Translator_Russian(Translator *tr)

tr->langopts.numbers = NUM_DECIMAL_COMMA | NUM_OMIT_1_HUNDRED;
tr->langopts.numbers2 = 0x2 + NUM2_THOUSANDS_VAR1; // variant numbers before thousands
tr->langopts.phoneme_change = 1;
tr->langopts.testing = 2;
}

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

@@ -549,14 +549,12 @@ typedef struct {
int intonation_group;
unsigned char tunes[6];
int long_stop; // extra mS pause for a lengthened stop
int phoneme_change; // TEST, change phonemes, after translation
char max_initial_consonants;
char spelling_stress; // 0=default, 1=stress first letter
char tone_numbers;
char ideographs; // treat as separate words
bool textmode; // the meaning of FLAG_TEXTMODE is reversed (to save data when *_list file is compiled)
char dotless_i; // uses letter U+0131
int testing; // testing options: bit 1= specify stressed syllable in the form: "outdoor/2"
int listx; // compile *_listx after *list
const unsigned int *replace_chars; // characters to be substitutes
int our_alphabet; // offset for main alphabet (if not set in letter_bits_offset)

Loading…
Cancel
Save