From 30bac58bde83b356fbb884033f380881190ef69b Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 22 Jan 2008 08:47:30 +0000 Subject: (svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping. --- src/table/unicode.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/table/unicode.h') 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 */ }; -- cgit v1.2.3-54-g00ecf