diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-02 23:28:03 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-02 23:28:03 +0200 |
commit | 56e3035e8892cdec21931340536a8244faae1d10 (patch) | |
tree | 4a6503fa14680707d5fc03c835bb09a39982217c /luaotfload-features.lua | |
parent | c23480eb487cce1a55c6e3957a17b52330ad34c4 (diff) | |
download | luaotfload-56e3035e8892cdec21931340536a8244faae1d10.tar.gz |
sync with Context as of 2013-08-02
Diffstat (limited to 'luaotfload-features.lua')
-rw-r--r-- | luaotfload-features.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/luaotfload-features.lua b/luaotfload-features.lua index 4088379..213a529 100644 --- a/luaotfload-features.lua +++ b/luaotfload-features.lua @@ -39,9 +39,6 @@ local stringformat = string.format local stringis_empty = string.is_empty local mathceil = math.ceil ---- TODO an option to dump the default features for a script would make ---- a nice addition to luaotfload-tool - local defaults = { dflt = { "ccmp", "locl", "rlig", "liga", "clig", |