Browse Source

espeakengine: currentRate is not used, so remove it.

master
Reece H. Dunn 12 years ago
parent
commit
3d48180e28
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      android/jni/jni/espeakengine.cpp

+ 0
- 1
android/jni/jni/espeakengine.cpp View File

// Callback to the TTS API // Callback to the TTS API
synthDoneCB_t *ttsSynthDoneCBPointer; synthDoneCB_t *ttsSynthDoneCBPointer;


char *currentRate = (char *) "150";
char *eSpeakDataPath = NULL; char *eSpeakDataPath = NULL;


char currentLanguage[33]; char currentLanguage[33];

Loading…
Cancel
Save