(svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping.

This commit is contained in:
peter1138
2008-01-22 08:47:30 +00:00
parent ffec79bbcf
commit 30bac58bde
6 changed files with 2 additions and 62 deletions

View File

@@ -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 */
};