From c7dbf192ef2122cfaa82ffb3ae3bc05ae10e1e12 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Wed, 24 Jul 2019 11:32:31 +0200 Subject: TTS: Remove unneeded code Remove debuging outputs Remove commented iconv implementation of text conversion to UTF-8 --- engines/mortevielle/sound.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines') 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 -- cgit v1.2.3