diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-04 21:45:19 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-04 21:45:19 +0200 |
commit | 5f13ffbbe173666a6831ee9d5c300c83703c2fe8 (patch) | |
tree | 3396bdf7e132c1c0235f00ef5e14167c0069a1f3 | |
parent | 34774e11c1d67860db9cc6812af49c1df1761eb6 (diff) | |
download | luaotfload-5f13ffbbe173666a6831ee9d5c300c83703c2fe8.tar.gz |
Remove the spurious syrc entry
-rw-r--r-- | otfl-font-xtx.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/otfl-font-xtx.lua b/otfl-font-xtx.lua index 8fb22db..d5397da 100644 --- a/otfl-font-xtx.lua +++ b/otfl-font-xtx.lua @@ -112,11 +112,6 @@ otf.tables.defaults = { "clig", "calt", "blwm", "abvm", "dist", "kern", "mark", "mkmk", }, - syrc = { - "ccmp", "locl", "isol", "fina", "fin1", - "fin2", "medi", "med2", "init", "rlig", - "calt", "liga", "kern", "mark", "mkmk", - }, thai = { "ccmp", "locl", "liga", "kern", "mark", "mkmk", |