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
commit30bac58bde83b356fbb884033f380881190ef69b (patch)
tree26351c747e4d130cabf5fee22508a70c1a0178d2 /src/table/unicode.h
parentffec79bbcf36028bc676310c71a40b0b033e85c5 (diff)
downloadopenttd-30bac58bde83b356fbb884033f380881190ef69b.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 */
};