diff options
author | Jaromir Wysoglad | 2019-07-19 09:56:26 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-09-01 22:47:55 +0300 |
commit | 3027acc12e97fe92f617dd4a95a5861625773c38 (patch) | |
tree | d91e28dc4361f8c47688f363265a5c248daf322a /backends/text-to-speech/windows | |
parent | b5d5576f90c177c54170a4e68b251c2fd5219260 (diff) | |
download | scummvm-rg350-3027acc12e97fe92f617dd4a95a5861625773c38.tar.gz scummvm-rg350-3027acc12e97fe92f617dd4a95a5861625773c38.tar.bz2 scummvm-rg350-3027acc12e97fe92f617dd4a95a5861625773c38.zip |
TTS: Minor refactorisations
- Add comment to tts initialization on Windows
- Correctly free the voicesInfo in linux ttsMan
- Remove popState method from linux-text-to-speech.h and
windows-text-to-speech.h
- Add tts to help in configure
- Refactor language setting in gui-manager.cpp
It counted with english being the default language in
ttsMan constructors, which isn't true anymore.
Diffstat (limited to 'backends/text-to-speech/windows')
-rw-r--r-- | backends/text-to-speech/windows/windows-text-to-speech.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/text-to-speech/windows/windows-text-to-speech.h b/backends/text-to-speech/windows/windows-text-to-speech.h index 6498c9cc2c..87e4ceb218 100644 --- a/backends/text-to-speech/windows/windows-text-to-speech.h +++ b/backends/text-to-speech/windows/windows-text-to-speech.h @@ -64,8 +64,6 @@ public: virtual void setLanguage(Common::String language); - bool popState(); - virtual void freeVoiceData(void *data); private: |