Browse Source

Remove a dead assignment in CalcLengths(setlengths.c) [clang scan-build]

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

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

case phNASAL: case phNASAL:
p->amp = tr->stress_amps[0]; // unless changed later p->amp = tr->stress_amps[0]; // unless changed later
p->length = 256; // TEMPORARY p->length = 256; // TEMPORARY
min_drop = 0;


if (p->newword) { if (p->newword) {
if (prev->type == phLIQUID) if (prev->type == phLIQUID)

Loading…
Cancel
Save