aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-07-24 11:32:31 +0200
committerFilippos Karapetis2019-09-01 22:47:55 +0300
commitc7dbf192ef2122cfaa82ffb3ae3bc05ae10e1e12 (patch)
treef8f0a1c90c2bbb7ac85e6caa219ca940ee76ebcd /engines
parent1795206289c0d3c3dd7ad24c8f19ee3700b2ac83 (diff)
downloadscummvm-rg350-c7dbf192ef2122cfaa82ffb3ae3bc05ae10e1e12.tar.gz
scummvm-rg350-c7dbf192ef2122cfaa82ffb3ae3bc05ae10e1e12.tar.bz2
scummvm-rg350-c7dbf192ef2122cfaa82ffb3ae3bc05ae10e1e12.zip
TTS: Remove unneeded code
Remove debuging outputs Remove commented iconv implementation of text conversion to UTF-8
Diffstat (limited to 'engines')
-rw-r--r--engines/mortevielle/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mortevielle/sound.cpp b/engines/mortevielle/sound.cpp
index 8f96c5bcec..66f421e31f 100644
--- a/engines/mortevielle/sound.cpp
+++ b/engines/mortevielle/sound.cpp
@@ -793,7 +793,6 @@ void SoundManager::startSpeech(int rep, int ht, int typ) {
else {
voiceIndex %= voices.size();
_ttsMan->setVoice(voices[voiceIndex]);
- debug("voice set: %d", voices[voiceIndex]);
}
// If the selected voice is a different gender, than we want, just try to
// set the pitch so it may sound a little bit closer to the gender we want