aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-21 01:15:24 +0000
committerJohannes Schickel2009-06-21 01:15:24 +0000
commitdb7484b7ba00ef9c06240799dcc8dc7e4ff3364c (patch)
treeeedf23269921f0ee37941560880232dd3c38d003 /engines/kyra/lol.h
parent89607d994b2ca93788a62cab87bf8dc66f2804b5 (diff)
downloadscummvm-rg350-db7484b7ba00ef9c06240799dcc8dc7e4ff3364c.tar.gz
scummvm-rg350-db7484b7ba00ef9c06240799dcc8dc7e4ff3364c.tar.bz2
scummvm-rg350-db7484b7ba00ef9c06240799dcc8dc7e4ff3364c.zip
Moved CP850<->ISO-8859-1 conversion to Util.
svn-id: r41720
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index 32adc8347d..187c873d2e 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -853,11 +853,6 @@ private:
static const char * const _languageExt[];
- // TODO: Rethink of a proper way for conversion, currently our GUI charset isn't defined
- // properly, thus this might not work on every system.
- static const uint8 _fontConversionTable[];
- static const int _fontConversionTableSize;
-
// graphics
void setupScreenDims();
void initSceneWindowDialogue(int controlMode);