Browse Source

code cleanup: remove unused references to f_log

f_log is only used in compiledict.c.
master
Juho Hiltunen 5 years ago
parent
commit
a4041952c5
2 changed files with 0 additions and 2 deletions
  1. 0
    1
      src/libespeak-ng/synthesize.c
  2. 0
    1
      src/libespeak-ng/wavegen.c

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

#include "synthesize.h" #include "synthesize.h"
#include "translate.h" #include "translate.h"


extern FILE *f_log;
static void SmoothSpect(void); static void SmoothSpect(void);


// list of phonemes in a clause // list of phonemes in a clause

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



voice_t *wvoice = NULL; voice_t *wvoice = NULL;


FILE *f_log = NULL;
static int option_harmonic1 = 10; static int option_harmonic1 = 10;
static int flutter_amp = 64; static int flutter_amp = 64;



Loading…
Cancel
Save