diff options
author | Will Robertson <wspr81@gmail.com> | 2010-05-29 18:02:36 +0930 |
---|---|---|
committer | Will Robertson <wspr81@gmail.com> | 2010-05-31 00:57:47 +0930 |
commit | 514f75a009074acf452c6d676c1dee97a20c835a (patch) | |
tree | e75e699aab2f81a36ebf06291330b33d24a74ea5 | |
parent | 078507f5b28193047ea5ebc3e11c5f40757aa590 (diff) | |
download | luaotfload-514f75a009074acf452c6d676c1dee97a20c835a.tar.gz |
Revert adding to the tables.defaults
This reverts commit 3726332085173acad0e1a6a4d018af67e03334b8.
-rw-r--r-- | otfl-font-xtx.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/otfl-font-xtx.lua b/otfl-font-xtx.lua index 10062de..0fa2d69 100644 --- a/otfl-font-xtx.lua +++ b/otfl-font-xtx.lua @@ -90,7 +90,6 @@ otf.tables = otf.tables or { } otf.tables.defaults = { dflt = { - "calt", "ccmp", "locl", "rlig", "liga", "clig", "kern", "mark", "mkmk", }, |