Browse Source

code cleanup: remove unused references to f_log

f_log is only used in compiledict.c.
master
Juho Hiltunen 4 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

@@ -44,7 +44,6 @@
#include "synthesize.h"
#include "translate.h"

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

// list of phonemes in a clause

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

@@ -55,7 +55,6 @@ static void SetSynth(int length, int modn, frame_t *fr1, frame_t *fr2, voice_t *

voice_t *wvoice = NULL;

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


Loading…
Cancel
Save