Browse Source

The group_tone_emph variable is set but not used, so remove it.

master
Reece H. Dunn 9 years ago
parent
commit
41ab4715d8
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/libespeak-ng/intonation.c

+ 0
- 3
src/libespeak-ng/intonation.c View File

int n_st; int n_st;
int option; int option;
int group_tone; int group_tone;
int group_tone_emph;
int group_tone_comma; int group_tone_comma;
int ph_start=0; int ph_start=0;
int st_start; int st_start;
if(option == 0) if(option == 0)
{ {
group_tone = tr->langopts.tunes[clause_type]; group_tone = tr->langopts.tunes[clause_type];
group_tone_emph = tr->langopts.tunes[5];
group_tone_comma = tr->langopts.tunes[1]; group_tone_comma = tr->langopts.tunes[1];
} }
else else
{ {
group_tone = tr->punct_to_tone[option][clause_type]; group_tone = tr->punct_to_tone[option][clause_type];
group_tone_emph = tr->punct_to_tone[option][5]; // emphatic form of statement
group_tone_comma = tr->punct_to_tone[option][1]; // emphatic form of statement group_tone_comma = tr->punct_to_tone[option][1]; // emphatic form of statement
} }



Loading…
Cancel
Save