aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-07-24 11:32:31 +0200
committerFilippos Karapetis2019-09-01 22:47:55 +0300
commitc7dbf192ef2122cfaa82ffb3ae3bc05ae10e1e12 (patch)
treef8f0a1c90c2bbb7ac85e6caa219ca940ee76ebcd /common
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 'common')
-rw-r--r--common/text-to-speech.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/text-to-speech.h b/common/text-to-speech.h
index 678810a741..cefbb7177e 100644
--- a/common/text-to-speech.h
+++ b/common/text-to-speech.h
@@ -28,7 +28,6 @@
#if defined(USE_TTS)
#include "common/array.h"
-#include "common/debug.h"
namespace Common {