summaryrefslogtreecommitdiff
path: root/src/table/unicode.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-01-22 08:47:30 +0000
committerpeter1138 <peter1138@openttd.org>2008-01-22 08:47:30 +0000
commit5e4f4bcdc5a1a3e73acf00f10facc57be87b2800 (patch)
tree26351c747e4d130cabf5fee22508a70c1a0178d2 /src/table/unicode.h
parent78156065cf5dcf3d08d28dffce70eb327f697e62 (diff)
downloadopenttd-5e4f4bcdc5a1a3e73acf00f10facc57be87b2800.tar.xz
(svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping.
Diffstat (limited to 'src/table/unicode.h')
-rw-r--r--src/table/unicode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/table/unicode.h b/src/table/unicode.h
index e94340d55..01831fa2b 100644
--- a/src/table/unicode.h
+++ b/src/table/unicode.h
@@ -14,8 +14,4 @@ struct DefaultUnicodeMapping {
static DefaultUnicodeMapping _default_unicode_map[] = {
{ 0x010D, 0x63 }, /* Small letter c with caron */
- { 0x0160, 0xA6 }, /* Capital letter s with caron */
- { 0x0161, 0xA8 }, /* Small letter s with caron */
- { 0x017E, 0xB8 }, /* Small letter z with caron */
- { 0x20AC, 0xA4 }, /* Euro symbol */
};