diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2012-02-26 17:47:33 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2012-02-26 17:47:33 +0200 |
commit | 44edf674bc30f87263c01103774d60400b8b3915 (patch) | |
tree | aa1b3c00b87c828c0e364ac21657791c13406861 /otfl-font-def.lua | |
parent | 304e36323def6d2ae7abc75abf50cd16605a78ee (diff) | |
download | luaotfload-44edf674bc30f87263c01103774d60400b8b3915.tar.gz |
Sync with context beta 2012.02.21 14:02
Diffstat (limited to 'otfl-font-def.lua')
-rw-r--r-- | otfl-font-def.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/otfl-font-def.lua b/otfl-font-def.lua index 5f79170..10958cf 100644 --- a/otfl-font-def.lua +++ b/otfl-font-def.lua @@ -214,17 +214,6 @@ function definers.resolve(specification) else specification.forced = specification.forced end - -- for the moment here (goodies set outside features) - local goodies = specification.goodies - if goodies and goodies ~= "" then - local normal = specification.features.normal - if not normal then - specification.features.normal = { goodies = goodies } - elseif not normal.goodies then - normal.goodies = goodies - end - end - -- specification.hash = lower(specification.name .. ' @ ' .. constructors.hashfeatures(specification)) if specification.sub and specification.sub ~= "" then specification.hash = specification.sub .. ' @ ' .. specification.hash |