Browse Source

Fix -Wunused-function warnings.

master
Reece H. Dunn 4 years ago
parent
commit
ed6e096b5b
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/libespeak-ng/sPlayer.c

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

@@ -8,7 +8,6 @@ extern unsigned char *out_end;
static speechPlayer_handle_t speechPlayerHandle=NULL;
static const unsigned int minFadeLength=110;

static int MAX(int a, int b) { return((a) > (b) ? a : b); }
static int MIN(int a, int b) { return((a) < (b) ? a : b); }

static bool needsMixWaveFile(WGEN_DATA *wdata) {

Loading…
Cancel
Save