Browse Source

Don't call the no longer implemented DrawEnvelopes

This was part of espeakedit, and used wxWidgets to draw the
envelope graphs.
master
Reece H. Dunn 10 years ago
parent
commit
f84fdc2d98
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/libespeak-ng/compiledata.c

+ 0
- 4
src/libespeak-ng/compiledata.c View File

@@ -53,7 +53,6 @@ int n_manifest;

extern int utf8_in(int *c, const char *buf);
extern int utf8_out(unsigned int c, char *buf);
extern void DrawEnvelopes();

typedef struct {
const char *mnem;
@@ -3408,9 +3407,6 @@ static espeak_ng_STATUS CompilePhonemeData2(const char *source, FILE *log)
LoadPhData(NULL);

CompileReport();
#ifdef MAKE_ENVELOPES
DrawEnvelopes();
#endif

if(resample_count > 0)
{

Loading…
Cancel
Save