Browse Source

espeakedit: remove wxWidgets from prosodydisplay.cpp

master
Reece H. Dunn 9 years ago
parent
commit
d64df4c0a2
1 changed files with 5 additions and 8 deletions
  1. 5
    8
      src/prosodydisplay.cpp

+ 5
- 8
src/prosodydisplay.cpp View File

* <http://www.gnu.org/licenses/>. * * <http://www.gnu.org/licenses/>. *
***************************************************************************/ ***************************************************************************/




#include "wx/wx.h"

#include "speak_lib.h"
#include "speech.h" #include "speech.h"
#include "phoneme.h"
#include "synthesize.h"
#include "translate.h"

#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>


typedef struct { typedef struct {
unsigned int value; unsigned int value;

Loading…
Cancel
Save